#374B0D

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

Shades of Turtle Green #374B0D

Tints of Turtle Green #374B0D

Color information

#374B0D (or 0x374B0D) is unknown color: approx Turtle Green. HEX triplet: 37, 4B and 0D. RGB value is (55,75,13). Sum of RGB (Red+Green+Blue) = 55+75+13=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 75 (29.69% from 255 or 52.45% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 75 - color contains mainly: green. Hex color #374B0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374B0D is #C8B4F2. Grayscale: #3E3E3E. Windows color (decimal): -13153523 or 871223. OLE color: 871223.

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

Color convert

RGB557513-
CMYK0.2700.830.71
HSL79.35º70.45%17.25%-
HSV(B)79.35º82.67%29.41%-
XYZ4.165.871.29-
YUV61.95100.37123.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.46%
GREEN value IS 75 (29.69% from 255) = 52.45%
BLUE value IS 13 (5.47% from 255) = 9.09%
R=38.46%
G=52.45%
B=9.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5575130.2700.830.7179.3570.4517.25
Hex374BD1B053474f4611
Octal671131533012310711710621
Binary11011110010111101110110101001110001111001111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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