Html Css Color HEX #414217 Turtle Green

📋 copy color: '#414217'

red 65 ◦ green 66 ◦ blue 23

#414217
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #414217

Tints of Turtle Green #414217

RGB

 RED value IS 65 (25.78% from 255) = 42.21%

 GREEN value IS 66 (26.17% from 255) = 42.86%

 BLUE value IS 23 (9.38% from 255) = 14.94%

R = 42.21%
G = 42.86%
B = 14.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#414217 (or 0x414217) is known color: Turtle Green. HEX triplet: 41, 42 and 17. RGB value is (65,66,23). Sum of RGB (Red+Green+Blue) = 65+66+23=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #414217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414217 is #BEBDE8. Grayscale: #3C3C3C. Windows color (decimal): -12500457 or 1524289. OLE color: 1524289.

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

Color convert

RGB 65 66 23 -
CMYK 0.02 0 0.65 0.74
HSL 61.4º 0.48% 0.17% -
HSV(B) 61.4º 0.65% 0.26% -
XYZ 4.28 5.08 1.57 -
YUV 60.8 106.67 131 -
System Red Green Blue C M Y K H S L
Decimal 65 66 23 0.02 0 0.65 0.74 61.4 0.48 0.17
Hex 41 42 17 2 0 41 4A 3D 30 11
Octal 101 102 27 2 0 101 112 75 60 21
Binary 1000001 1000010 10111 10 0 1000001 1001010 111101 110000 10001

Color Harmonies of #414217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414217

Black with #414217

Text Example


Text Example

White with #414217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414217; }

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

 H1.HeaderClassName
 {
   color: #414217;
 }
 .AnyTagClassName
 {
   color: #414217;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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