#374B0A

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

Shades of Turtle Green #374B0A

Tints of Turtle Green #374B0A

Color information

#374B0A (or 0x374B0A) is unknown color: approx Turtle Green. HEX triplet: 37, 4B and 0A. RGB value is (55,75,10). Sum of RGB (Red+Green+Blue) = 55+75+10=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 75 (29.69% from 255 or 53.57% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 75 - color contains mainly: green. Hex color #374B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374B0A is #C8B4F5. Grayscale: #3D3D3D. Windows color (decimal): -13153526 or 674615. OLE color: 674615.

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

Color convert

RGB557510-
CMYK0.2700.870.71
HSL78.46º76.47%16.67%-
HSV(B)78.46º86.67%29.41%-
XYZ4.155.871.2-
YUV61.6198.87123.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.29%
GREEN value IS 75 (29.69% from 255) = 53.57%
BLUE value IS 10 (4.30% from 255) = 7.14%
R=39.29%
G=53.57%
B=7.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5575100.2700.870.7178.4676.4716.67
Hex374BA1B057474e4c11
Octal671131233012710711611421
Binary11011110010111010110110101011110001111001110100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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