Html Css Color HEX #424C3E Palm Leaf

📋 copy color: '#424C3E'

red 66 ◦ green 76 ◦ blue 62

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

Shades of Palm Leaf #424C3E

Tints of Palm Leaf #424C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.39%

R = 32.35%
G = 37.25%
B = 30.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#424C3E (or 0x424C3E) is known color: Palm Leaf. HEX triplet: 42, 4C and 3E. RGB value is (66,76,62). Sum of RGB (Red+Green+Blue) = 66+76+62=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 76 - color contains mainly: green. Hex color #424C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C3E is #BDB3C1. Grayscale: #474747. Windows color (decimal): -12432322 or 4082754. OLE color: 4082754.

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

Color convert

RGB 66 76 62 -
CMYK 0.13 0 0.18 0.70
HSL 102.86º 0.1% 0.27% -
HSV(B) 102.86º 0.18% 0.3% -
XYZ 5.7 6.67 5.55 -
YUV 71.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 66 76 62 0.13 0 0.18 0.70 102.86 0.1 0.27
Hex 42 4C 3E D 0 12 46 67 A 1B
Octal 102 114 76 15 0 22 106 147 12 33
Binary 1000010 1001100 111110 1101 0 10010 1000110 1100111 1010 11011

Color Harmonies of #424C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C3E

Black with #424C3E

Text Example


Text Example

White with #424C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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