#374E0B

Color #374E0B Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #374E0B

Tints of Turtle Green #374E0B

Color information

#374E0B (or 0x374E0B) is unknown color: approx Turtle Green. HEX triplet: 37, 4E and 0B. RGB value is (55,78,11). Sum of RGB (Red+Green+Blue) = 55+78+11=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 78 (30.86% from 255 or 54.17% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 78 - color contains mainly: green. Hex color #374E0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374E0B is #C8B1F4. Grayscale: #3F3F3F. Windows color (decimal): -13152757 or 740919. OLE color: 740919.

HSL color Cylindrical-coordinate representation of color #374E0B: hue angle of 80.6º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #374E0B is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB557811-
CMYK0.2900.860.69
HSL80.6º75.28%17.45%-
HSV(B)80.6º85.9%30.59%-
XYZ4.366.291.3-
YUV63.4898.38121.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.19%
GREEN value IS 78 (30.86% from 255) = 54.17%
BLUE value IS 11 (4.69% from 255) = 7.64%
R=38.19%
G=54.17%
B=7.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5578110.2900.860.6980.675.2817.45
Hex374EB1D05645514b11
Octal671161335012610512111321
Binary11011110011101011111010101011010001011010001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374E0B; }

 p { color: rgb(55,78,11); }

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

<style>
 a { background-color: #374E0B; }

 a { background-color: rgb(55,78,11); }

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

<style>
 span { border-color: #374E0B; }

 span { border-color: rgb(55,78,11); }

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