Html Css Color HEX #414421 Green Kelp

📋 copy color: '#414421'

red 65 ◦ green 68 ◦ blue 33

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

Shades of Green Kelp #414421

Tints of Green Kelp #414421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.88%

R = 39.16%
G = 40.96%
B = 19.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#414421 (or 0x414421) is known color: Green Kelp. HEX triplet: 41, 44 and 21. RGB value is (65,68,33). Sum of RGB (Red+Green+Blue) = 65+68+33=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 68 - color contains mainly: green. Hex color #414421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414421 is #BEBBDE. Grayscale: #3F3F3F. Windows color (decimal): -12499935 or 2180161. OLE color: 2180161.

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

Color convert

RGB 65 68 33 -
CMYK 0.04 0 0.51 0.73
HSL 65.14º 0.35% 0.2% -
HSV(B) 65.14º 0.51% 0.27% -
XYZ 4.52 5.37 2.24 -
YUV 63.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 65 68 33 0.04 0 0.51 0.73 65.14 0.35 0.2
Hex 41 44 21 4 0 33 49 41 23 14
Octal 101 104 41 4 0 63 111 101 43 24
Binary 1000001 1000100 100001 100 0 110011 1001001 1000001 100011 10100

Color Harmonies of #414421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414421

Black with #414421

Text Example


Text Example

White with #414421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414421; }

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

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

background-color css

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

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

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

border-color css

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

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

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