#374715

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

Shades of Turtle Green #374715

Tints of Turtle Green #374715

Color information

#374715 (or 0x374715) is unknown color: approx Turtle Green. HEX triplet: 37, 47 and 15. RGB value is (55,71,21). Sum of RGB (Red+Green+Blue) = 55+71+21=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #374715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374715 is #C8B8EA. Grayscale: #3C3C3C. Windows color (decimal): -13154539 or 1394487. OLE color: 1394487.

HSL color Cylindrical-coordinate representation of color #374715: hue angle of 79.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #374715 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB557121-
CMYK0.2300.700.72
HSL79.2º54.35%18.04%-
HSV(B)79.2º70.42%27.84%-
XYZ3.965.371.54-
YUV60.52105.7124.07-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 71 (28.12% from 255) = 48.30%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=37.41%
G=48.30%
B=14.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5571210.2300.700.7279.254.3518.04
Hex37471517046484f3612
Octal67107252701061101176622
Binary11011110001111010110111010001101001000100111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374715; }

 p { color: rgb(55,71,21); }

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

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

 a { background-color: rgb(55,71,21); }

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

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

 span { border-color: rgb(55,71,21); }

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