Html Css Color HEX #414420 Green Kelp

📋 copy color: '#414420'

red 65 ◦ green 68 ◦ blue 32

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

Shades of Green Kelp #414420

Tints of Green Kelp #414420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.21%

 BLUE value IS 32 (12.89% from 255) = 19.39%

R = 39.39%
G = 41.21%
B = 19.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#414420 (or 0x414420) is known color: Green Kelp. HEX triplet: 41, 44 and 20. RGB value is (65,68,32). Sum of RGB (Red+Green+Blue) = 65+68+32=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 68 - color contains mainly: green. Hex color #414420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414420 is #BEBBDF. Grayscale: #3F3F3F. Windows color (decimal): -12499936 or 2114625. OLE color: 2114625.

HSL color Cylindrical-coordinate representation of color #414420: hue angle of 65º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #414420 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 68 32 -
CMYK 0.04 0 0.53 0.73
HSL 65º 0.36% 0.2% -
HSV(B) 65º 0.53% 0.27% -
XYZ 4.51 5.36 2.16 -
YUV 63 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 65 68 32 0.04 0 0.53 0.73 65 0.36 0.2
Hex 41 44 20 4 0 35 49 41 24 14
Octal 101 104 40 4 0 65 111 101 44 24
Binary 1000001 1000100 100000 100 0 110101 1001001 1000001 100100 10100

Color Harmonies of #414420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414420

Black with #414420

Text Example


Text Example

White with #414420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414420; }

 p { color: rgb(65,68,32); }

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

background-color css

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

 a { background-color: rgb(65,68,32); }

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

border-color css

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

 span { border-color: rgb(65,68,32); }

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