#374E11

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

Shades of Turtle Green #374E11

Tints of Turtle Green #374E11

Color information

#374E11 (or 0x374E11) is unknown color: approx Turtle Green. HEX triplet: 37, 4E and 11. RGB value is (55,78,17). Sum of RGB (Red+Green+Blue) = 55+78+17=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 78 (30.86% from 255 or 52% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 78 - color contains mainly: green. Hex color #374E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374E11 is #C8B1EE. Grayscale: #404040. Windows color (decimal): -13152751 or 1134135. OLE color: 1134135.

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

Color convert

RGB557817-
CMYK0.2900.780.69
HSL82.62º64.21%18.63%-
HSV(B)82.62º78.21%30.59%-
XYZ4.46.31.51-
YUV64.17101.38121.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.67%
GREEN value IS 78 (30.86% from 255) = 52%
BLUE value IS 17 (7.03% from 255) = 11.33%
R=36.67%
G=52%
B=11.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5578170.2900.780.6982.6264.2118.63
Hex374E111D04E45534013
Octal671162135011610512310023
Binary110111100111010001111010100111010001011010011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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