#374B0B

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

Shades of Turtle Green #374B0B

Tints of Turtle Green #374B0B

Color information

#374B0B (or 0x374B0B) is unknown color: approx Turtle Green. HEX triplet: 37, 4B and 0B. RGB value is (55,75,11). Sum of RGB (Red+Green+Blue) = 55+75+11=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 75 (29.69% from 255 or 53.19% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 75 - color contains mainly: green. Hex color #374B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374B0B is #C8B4F4. Grayscale: #3D3D3D. Windows color (decimal): -13153525 or 740151. OLE color: 740151.

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

Color convert

RGB557511-
CMYK0.2700.850.71
HSL78.75º74.42%16.86%-
HSV(B)78.75º85.33%29.41%-
XYZ4.155.871.23-
YUV61.7299.37123.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.01%
GREEN value IS 75 (29.69% from 255) = 53.19%
BLUE value IS 11 (4.69% from 255) = 7.80%
R=39.01%
G=53.19%
B=7.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5575110.2700.850.7178.7574.4216.86
Hex374BB1B055474f4a11
Octal671131333012510711711221
Binary11011110010111011110110101010110001111001111100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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