Html Css Color HEX #40433F Palm Leaf

📋 copy color: '#40433F'

red 64 ◦ green 67 ◦ blue 63

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

Shades of Palm Leaf #40433F

Tints of Palm Leaf #40433F

RGB

 RED value IS 64 (25.39% from 255) = 32.99%

 GREEN value IS 67 (26.56% from 255) = 34.54%

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

R = 32.99%
G = 34.54%
B = 32.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#40433F (or 0x40433F) is known color: Palm Leaf. HEX triplet: 40, 43 and 3F. RGB value is (64,67,63). Sum of RGB (Red+Green+Blue) = 64+67+63=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 67 - color contains mainly: green. Hex color #40433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40433F is #BFBCC0. Grayscale: #414141. Windows color (decimal): -12565697 or 4145984. OLE color: 4145984.

HSL color Cylindrical-coordinate representation of color #40433F: hue angle of 105º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #40433F is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 67 63 -
CMYK 0.04 0 0.06 0.74
HSL 105º 0.03% 0.25% -
HSV(B) 105º 0.06% 0.26% -
XYZ 5.02 5.46 5.49 -
YUV 65.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 64 67 63 0.04 0 0.06 0.74 105 0.03 0.25
Hex 40 43 3F 4 0 6 4A 69 3 19
Octal 100 103 77 4 0 6 112 151 3 31
Binary 1000000 1000011 111111 100 0 110 1001010 1101001 11 11001

Color Harmonies of #40433F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40433F

Black with #40433F

Text Example


Text Example

White with #40433F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40433F; }

 p { color: rgb(64,67,63); }

 H1.HeaderClassName
 {
   color: #40433F;
 }
 .AnyTagClassName
 {
   color: #40433F;
 }
</style>

background-color css

<style>
 a { background-color: #40433F; }

 a { background-color: rgb(64,67,63); }

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

border-color css

<style>
 span { border-color: #40433F; }

 span { border-color: rgb(64,67,63); }

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