#38D06B

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

Shades of Emerald #38D06B

Tints of Emerald #38D06B

Color information

#38D06B (or 0x38D06B) is unknown color: approx Emerald. HEX triplet: 38, D0 and 6B. RGB value is (56,208,107). Sum of RGB (Red+Green+Blue) = 56+208+107=371 (49% of max value = 765). Red value is 56 (22.27% from 255 or 15.09% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #38D06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D06B is #C72F94. Grayscale: #979797. Windows color (decimal): -13053845 or 7065656. OLE color: 7065656.

HSL color Cylindrical-coordinate representation of color #38D06B: hue angle of 140.13º 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 #38D06B is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB56208107-
CMYK0.7300.490.18
HSL140.13º61.79%51.76%-
HSV(B)140.13º73.08%81.57%-
XYZ26.8447.0121.57-
YUV151.04103.1460.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.09%
GREEN value IS 208 (81.64% from 255) = 56.06%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=15.09%
G=56.06%
B=28.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal562081070.7300.490.18140.1361.7951.76
Hex38D06B49031128c3e34
Octal70320153111061222147664
Binary111000110100001101011100100101100011001010001100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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