Html Css Color HEX #424F3D Palm Leaf

📋 copy color: '#424F3D'

red 66 ◦ green 79 ◦ blue 61

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

Shades of Palm Leaf #424F3D

Tints of Palm Leaf #424F3D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 38.35%

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

R = 32.04%
G = 38.35%
B = 29.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#424F3D (or 0x424F3D) is known color: Palm Leaf. HEX triplet: 42, 4F and 3D. RGB value is (66,79,61). Sum of RGB (Red+Green+Blue) = 66+79+61=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 79 - color contains mainly: green. Hex color #424F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424F3D is #BDB0C2. Grayscale: #494949. Windows color (decimal): -12431555 or 4017986. OLE color: 4017986.

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

Color convert

RGB 66 79 61 -
CMYK 0.16 0 0.23 0.69
HSL 103.33º 0.13% 0.27% -
HSV(B) 103.33º 0.23% 0.31% -
XYZ 5.89 7.09 5.47 -
YUV 73.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 66 79 61 0.16 0 0.23 0.69 103.33 0.13 0.27
Hex 42 4F 3D 10 0 17 45 67 D 1B
Octal 102 117 75 20 0 27 105 147 15 33
Binary 1000010 1001111 111101 10000 0 10111 1000101 1100111 1101 11011

Color Harmonies of #424F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F3D

Black with #424F3D

Text Example


Text Example

White with #424F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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