#414219

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

Shades of Turtle Green #414219

Tints of Turtle Green #414219

Color information

#414219 (or 0x414219) is unknown color: approx Turtle Green. HEX triplet: 41, 42 and 19. RGB value is (65,66,25). Sum of RGB (Red+Green+Blue) = 65+66+25=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 66 - color contains mainly: green. Hex color #414219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414219 is #BEBDE6. Grayscale: #3D3D3D. Windows color (decimal): -12500455 or 1655361. OLE color: 1655361.

HSL color Cylindrical-coordinate representation of color #414219: hue angle of 61.46º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #414219 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB656625-
CMYK0.0200.620.74
HSL61.46º45.05%17.84%-
HSV(B)61.46º62.12%25.88%-
XYZ4.35.091.68-
YUV61.03107.67130.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 66 (26.17% from 255) = 42.31%
BLUE value IS 25 (10.16% from 255) = 16.03%
R=41.67%
G=42.31%
B=16.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6566250.0200.620.7461.4645.0517.84
Hex414219203E4A3d2d12
Octal101102312076112755522
Binary1000001100001011001100111110100101011110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414219; }

 p { color: rgb(65,66,25); }

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

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

 a { background-color: rgb(65,66,25); }

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

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

 span { border-color: rgb(65,66,25); }

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