#374B15

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

Shades of Turtle Green #374B15

Tints of Turtle Green #374B15

Color information

#374B15 (or 0x374B15) is unknown color: approx Turtle Green. HEX triplet: 37, 4B and 15. RGB value is (55,75,21). Sum of RGB (Red+Green+Blue) = 55+75+21=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #374B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374B15 is #C8B4EA. Grayscale: #3F3F3F. Windows color (decimal): -13153515 or 1395511. OLE color: 1395511.

HSL color Cylindrical-coordinate representation of color #374B15: hue angle of 82.22º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #374B15 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.

Color convert

RGB557521-
CMYK0.2700.720.71
HSL82.22º56.25%18.82%-
HSV(B)82.22º72%29.41%-
XYZ4.235.91.63-
YUV62.86104.37122.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 36.42%
GREEN value IS 75 (29.69% from 255) = 49.67%
BLUE value IS 21 (8.59% from 255) = 13.91%
R=36.42%
G=49.67%
B=13.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5575210.2700.720.7182.2256.2518.82
Hex374B151B04847523813
Octal67113253301101071227023
Binary11011110010111010111011010010001000111101001011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,75,21); }

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

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

 a { background-color: rgb(55,75,21); }

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

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

 span { border-color: rgb(55,75,21); }

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