#374510

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

Shades of Turtle Green #374510

Tints of Turtle Green #374510

Color information

#374510 (or 0x374510) is unknown color: approx Turtle Green. HEX triplet: 37, 45 and 10. RGB value is (55,69,16). Sum of RGB (Red+Green+Blue) = 55+69+16=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #374510 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374510 is #C8BAEF. Grayscale: #3A3A3A. Windows color (decimal): -13155056 or 1066295. OLE color: 1066295.

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

Color convert

RGB556916-
CMYK0.2000.770.73
HSL75.85º62.35%16.67%-
HSV(B)75.85º76.81%27.06%-
XYZ3.85.111.28-
YUV58.77103.86125.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.29%
GREEN value IS 69 (27.34% from 255) = 49.29%
BLUE value IS 16 (6.64% from 255) = 11.43%
R=39.29%
G=49.29%
B=11.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5569160.2000.770.7375.8562.3516.67
Hex3745101404D494c3e11
Octal67105202401151111147621
Binary11011110001011000010100010011011001001100110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374510; }

 p { color: rgb(55,69,16); }

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

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

 a { background-color: rgb(55,69,16); }

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

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

 span { border-color: rgb(55,69,16); }

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