#374811

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

Shades of Turtle Green #374811

Tints of Turtle Green #374811

Color information

#374811 (or 0x374811) is unknown color: approx Turtle Green. HEX triplet: 37, 48 and 11. RGB value is (55,72,17). Sum of RGB (Red+Green+Blue) = 55+72+17=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #374811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374811 is #C8B7EE. Grayscale: #3C3C3C. Windows color (decimal): -13154287 or 1132599. OLE color: 1132599.

HSL color Cylindrical-coordinate representation of color #374811: hue angle of 78.55º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #374811 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB557217-
CMYK0.2400.760.72
HSL78.55º61.8%17.45%-
HSV(B)78.55º76.39%28.24%-
XYZ3.995.491.38-
YUV60.65103.37123.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.19%
GREEN value IS 72 (28.52% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=38.19%
G=50%
B=11.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5572170.2400.760.7278.5561.817.45
Hex3748111804C484f3e11
Octal67110213001141101177621
Binary11011110010001000111000010011001001000100111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374811; }

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

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

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

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

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

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

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

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