Html Css Color HEX #414213 Turtle Green

📋 copy color: '#414213'

red 65 ◦ green 66 ◦ blue 19

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

Shades of Turtle Green #414213

Tints of Turtle Green #414213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.67%

R = 43.33%
G = 44%
B = 12.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#414213 (or 0x414213) is known color: Turtle Green. HEX triplet: 41, 42 and 13. RGB value is (65,66,19). Sum of RGB (Red+Green+Blue) = 65+66+19=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #414213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414213 is #BEBDEC. Grayscale: #3C3C3C. Windows color (decimal): -12500461 or 1262145. OLE color: 1262145.

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

Color convert

RGB 65 66 19 -
CMYK 0.02 0 0.71 0.74
HSL 61.28º 0.55% 0.17% -
HSV(B) 61.28º 0.71% 0.26% -
XYZ 4.25 5.07 1.37 -
YUV 60.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 65 66 19 0.02 0 0.71 0.74 61.28 0.55 0.17
Hex 41 42 13 2 0 47 4A 3D 37 11
Octal 101 102 23 2 0 107 112 75 67 21
Binary 1000001 1000010 10011 10 0 1000111 1001010 111101 110111 10001

Color Harmonies of #414213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414213

Black with #414213

Text Example


Text Example

White with #414213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414213; }

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

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

background-color css

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

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

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

border-color css

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

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

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