#374612

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

Shades of Turtle Green #374612

Tints of Turtle Green #374612

Color information

#374612 (or 0x374612) is unknown color: approx Turtle Green. HEX triplet: 37, 46 and 12. RGB value is (55,70,18). Sum of RGB (Red+Green+Blue) = 55+70+18=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #374612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374612 is #C8B9ED. Grayscale: #3B3B3B. Windows color (decimal): -13154798 or 1197623. OLE color: 1197623.

HSL color Cylindrical-coordinate representation of color #374612: hue angle of 77.31º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #374612 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB557018-
CMYK0.2100.740.73
HSL77.31º59.09%17.25%-
HSV(B)77.31º74.29%27.45%-
XYZ3.875.241.38-
YUV59.59104.53124.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.46%
GREEN value IS 70 (27.73% from 255) = 48.95%
BLUE value IS 18 (7.42% from 255) = 12.59%
R=38.46%
G=48.95%
B=12.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5570180.2100.740.7377.3159.0917.25
Hex3746121504A494d3b11
Octal67106222501121111157321
Binary11011110001101001010101010010101001001100110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374612; }

 p { color: rgb(55,70,18); }

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

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

 a { background-color: rgb(55,70,18); }

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

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

 span { border-color: rgb(55,70,18); }

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