Html Css Color HEX #414009 Turtle Green

📋 copy color: '#414009'

red 65 ◦ green 64 ◦ blue 9

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

Shades of Turtle Green #414009

Tints of Turtle Green #414009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.38%

 BLUE value IS 9 (3.91% from 255) = 6.52%

R = 47.1%
G = 46.38%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#414009 (or 0x414009) is known color: Turtle Green. HEX triplet: 41, 40 and 09. RGB value is (65,64,9). Sum of RGB (Red+Green+Blue) = 65+64+9=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #414009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414009 is #BEBFF6. Grayscale: #3A3A3A. Windows color (decimal): -12500983 or 606273. OLE color: 606273.

HSL color Cylindrical-coordinate representation of color #414009: hue angle of 58.93º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #414009 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 64 9 -
CMYK 0 0.02 0.86 0.75
HSL 58.93º 0.76% 0.15% -
HSV(B) 58.93º 0.86% 0.25% -
XYZ 4.06 4.81 0.97 -
YUV 58.03 100.33 132.97 -
System Red Green Blue C M Y K H S L
Decimal 65 64 9 0 0.02 0.86 0.75 58.93 0.76 0.15
Hex 41 40 9 0 2 56 4B 3B 4C F
Octal 101 100 11 0 2 126 113 73 114 17
Binary 1000001 1000000 1001 0 10 1010110 1001011 111011 1001100 1111

Color Harmonies of #414009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414009

Black with #414009

Text Example


Text Example

White with #414009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414009; }

 p { color: rgb(65,64,9); }

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

background-color css

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

 a { background-color: rgb(65,64,9); }

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

border-color css

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

 span { border-color: rgb(65,64,9); }

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