#374419

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

Shades of Turtle Green #374419

Tints of Turtle Green #374419

Color information

#374419 (or 0x374419) is unknown color: approx Turtle Green. HEX triplet: 37, 44 and 19. RGB value is (55,68,25). Sum of RGB (Red+Green+Blue) = 55+68+25=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #374419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374419 is #C8BBE6. Grayscale: #3B3B3B. Windows color (decimal): -13155303 or 1655863. OLE color: 1655863.

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

Color convert

RGB556825-
CMYK0.1900.630.73
HSL78.14º46.24%18.24%-
HSV(B)78.14º63.24%26.67%-
XYZ3.825.021.69-
YUV59.21108.69125-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.16%
GREEN value IS 68 (26.95% from 255) = 45.95%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=37.16%
G=45.95%
B=16.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5568250.1900.630.7378.1446.2418.24
Hex3744191303F494e2e12
Octal6710431230771111165622
Binary1101111000100110011001101111111001001100111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374419; }

 p { color: rgb(55,68,25); }

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

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

 a { background-color: rgb(55,68,25); }

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

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

 span { border-color: rgb(55,68,25); }

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