#38d067

Color #38D067 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #38D067

Tints of Emerald #38D067

Color information

#38D067 (or 0x38D067) is unknown color: approx Emerald. HEX triplet: 38, D0 and 67. RGB value is (56,208,103). Sum of RGB (Red+Green+Blue) = 56+208+103=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 103 (40.62% from 255 or 28.07% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #38D067 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D067 is #C72F98. Grayscale: #969696. Windows color (decimal): -13053849 or 6803512. OLE color: 6803512.

HSL color Cylindrical-coordinate representation of color #38D067: hue angle of 138.55º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D067 is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB56208103-
CMYK0.7300.500.18
HSL138.55º61.79%51.76%-
HSV(B)138.55º73.08%81.57%-
XYZ26.6346.9320.49-
YUV150.58101.1460.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 15.26%
GREEN value IS 208 (81.64% from 255) = 56.68%
BLUE value IS 103 (40.62% from 255) = 28.07%
R=15.26%
G=56.68%
B=28.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal562081030.7300.500.18138.5561.7951.76
Hex38D06749032128b3e34
Octal70320147111062222137664
Binary111000110100001100111100100101100101001010001011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38d067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38d067; }

 p { color: rgb(56,208,103); }

 H1.HeaderClassName
 {
   color: #38d067;
 }
 .AnyTagClassName
 {
   color: #38d067;
 }
</style>
background-color css

<style>
 a { background-color: #38d067; }

 a { background-color: rgb(56,208,103); }

 div.DivClassName
 {
   background-color: #38d067;
 }
 .BgClassName
 {
   background-color: #38d067;
 }
</style>
border-color css

<style>
 span { border-color: #38d067; }

 span { border-color: rgb(56,208,103); }

 td.TdClassName
 {
   border-color: #38d067;
 }
 .TagClassName
 {
   border-color: #38d067;
 }
</style>