Html Css Color HEX #424940 Palm Leaf

📋 copy color: '#424940'

red 66 ◦ green 73 ◦ blue 64

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

Shades of Palm Leaf #424940

Tints of Palm Leaf #424940

RGB

 RED value IS 66 (26.17% from 255) = 32.51%

 GREEN value IS 73 (28.91% from 255) = 35.96%

 BLUE value IS 64 (25.39% from 255) = 31.53%

R = 32.51%
G = 35.96%
B = 31.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.71

RGB Variations

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

Color information

#424940 (or 0x424940) is known color: Palm Leaf. HEX triplet: 42, 49 and 40. RGB value is (66,73,64). Sum of RGB (Red+Green+Blue) = 66+73+64=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 64 (25.39% from 255 or 31.53% from 203); Max value from RGB is 73 - color contains mainly: green. Hex color #424940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424940 is #BDB6BF. Grayscale: #454545. Windows color (decimal): -12433088 or 4213058. OLE color: 4213058.

HSL color Cylindrical-coordinate representation of color #424940: hue angle of 106.67º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #424940 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 73 64 -
CMYK 0.10 0 0.12 0.71
HSL 106.67º 0.07% 0.27% -
HSV(B) 106.67º 0.12% 0.29% -
XYZ 5.55 6.29 5.77 -
YUV 69.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 66 73 64 0.10 0 0.12 0.71 106.67 0.07 0.27
Hex 42 49 40 A 0 C 47 6B 7 1B
Octal 102 111 100 12 0 14 107 153 7 33
Binary 1000010 1001001 1000000 1010 0 1100 1000111 1101011 111 11011

Color Harmonies of #424940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424940

Black with #424940

Text Example


Text Example

White with #424940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424940; }

 p { color: rgb(66,73,64); }

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

background-color css

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

 a { background-color: rgb(66,73,64); }

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

border-color css

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

 span { border-color: rgb(66,73,64); }

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