Html Css Color HEX #424E3D Palm Leaf

📋 copy color: '#424E3D'

red 66 ◦ green 78 ◦ blue 61

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

Shades of Palm Leaf #424E3D

Tints of Palm Leaf #424E3D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 38.05%

 BLUE value IS 61 (24.22% from 255) = 29.76%

R = 32.2%
G = 38.05%
B = 29.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#424E3D (or 0x424E3D) is known color: Palm Leaf. HEX triplet: 42, 4E and 3D. RGB value is (66,78,61). Sum of RGB (Red+Green+Blue) = 66+78+61=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 78 - color contains mainly: green. Hex color #424E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E3D is #BDB1C2. Grayscale: #484848. Windows color (decimal): -12431811 or 4017730. OLE color: 4017730.

HSL color Cylindrical-coordinate representation of color #424E3D: hue angle of 102.35º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #424E3D is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 78 61 -
CMYK 0.15 0 0.22 0.69
HSL 102.35º 0.12% 0.27% -
HSV(B) 102.35º 0.22% 0.31% -
XYZ 5.81 6.94 5.45 -
YUV 72.47 121.52 123.38 -
System Red Green Blue C M Y K H S L
Decimal 66 78 61 0.15 0 0.22 0.69 102.35 0.12 0.27
Hex 42 4E 3D F 0 16 45 66 C 1B
Octal 102 116 75 17 0 26 105 146 14 33
Binary 1000010 1001110 111101 1111 0 10110 1000101 1100110 1100 11011

Color Harmonies of #424E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424E3D

Black with #424E3D

Text Example


Text Example

White with #424E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,78,61); }

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

background-color css

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

 a { background-color: rgb(66,78,61); }

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

border-color css

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

 span { border-color: rgb(66,78,61); }

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