#374517

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

Shades of Turtle Green #374517

Tints of Turtle Green #374517

Color information

#374517 (or 0x374517) is unknown color: approx Turtle Green. HEX triplet: 37, 45 and 17. RGB value is (55,69,23). Sum of RGB (Red+Green+Blue) = 55+69+23=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #374517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374517 is #C8BAE8. Grayscale: #3B3B3B. Windows color (decimal): -13155049 or 1525047. OLE color: 1525047.

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

Color convert

RGB556923-
CMYK0.2000.670.73
HSL78.26º50%18.04%-
HSV(B)78.26º66.67%27.06%-
XYZ3.865.131.6-
YUV59.57107.36124.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.41%
GREEN value IS 69 (27.34% from 255) = 46.94%
BLUE value IS 23 (9.38% from 255) = 15.65%
R=37.41%
G=46.94%
B=15.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5569230.2000.670.7378.265018.04
Hex37451714043494e3212
Octal67105272401031111166222
Binary11011110001011011110100010000111001001100111011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374517; }

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

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

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

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

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

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

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

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