Html Css Color HEX #424B3F Palm Leaf

📋 copy color: '#424B3F'

red 66 ◦ green 75 ◦ blue 63

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

Shades of Palm Leaf #424B3F

Tints of Palm Leaf #424B3F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.76%

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

R = 32.35%
G = 36.76%
B = 30.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#424B3F (or 0x424B3F) is known color: Palm Leaf. HEX triplet: 42, 4B and 3F. RGB value is (66,75,63). Sum of RGB (Red+Green+Blue) = 66+75+63=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 75 - color contains mainly: green. Hex color #424B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B3F is #BDB4C0. Grayscale: #464646. Windows color (decimal): -12432577 or 4148034. OLE color: 4148034.

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

Color convert

RGB 66 75 63 -
CMYK 0.12 0 0.16 0.71
HSL 105º 0.09% 0.27% -
HSV(B) 105º 0.16% 0.29% -
XYZ 5.66 6.55 5.67 -
YUV 70.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 66 75 63 0.12 0 0.16 0.71 105 0.09 0.27
Hex 42 4B 3F C 0 10 47 69 9 1B
Octal 102 113 77 14 0 20 107 151 11 33
Binary 1000010 1001011 111111 1100 0 10000 1000111 1101001 1001 11011

Color Harmonies of #424B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B3F

Black with #424B3F

Text Example


Text Example

White with #424B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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