Html Css Color HEX #424C3F Palm Leaf

📋 copy color: '#424C3F'

red 66 ◦ green 76 ◦ blue 63

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

Shades of Palm Leaf #424C3F

Tints of Palm Leaf #424C3F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.07%

 BLUE value IS 63 (25% from 255) = 30.73%

R = 32.2%
G = 37.07%
B = 30.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#424C3F (or 0x424C3F) is known color: Palm Leaf. HEX triplet: 42, 4C and 3F. RGB value is (66,76,63). Sum of RGB (Red+Green+Blue) = 66+76+63=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 76 - color contains mainly: green. Hex color #424C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C3F is #BDB3C0. Grayscale: #474747. Windows color (decimal): -12432321 or 4148290. OLE color: 4148290.

HSL color Cylindrical-coordinate representation of color #424C3F: hue angle of 106.15º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #424C3F is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 76 63 -
CMYK 0.13 0 0.17 0.70
HSL 106.15º 0.09% 0.27% -
HSV(B) 106.15º 0.17% 0.3% -
XYZ 5.73 6.69 5.69 -
YUV 71.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 66 76 63 0.13 0 0.17 0.70 106.15 0.09 0.27
Hex 42 4C 3F D 0 11 46 6A 9 1B
Octal 102 114 77 15 0 21 106 152 11 33
Binary 1000010 1001100 111111 1101 0 10001 1000110 1101010 1001 11011

Color Harmonies of #424C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C3F

Black with #424C3F

Text Example


Text Example

White with #424C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424C3F; }

 p { color: rgb(66,76,63); }

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

background-color css

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

 a { background-color: rgb(66,76,63); }

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

border-color css

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

 span { border-color: rgb(66,76,63); }

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