Html Css Color HEX #3F5435 Palm Leaf

📋 copy color: '#3F5435'

red 63 ◦ green 84 ◦ blue 53

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

Shades of Palm Leaf #3F5435

Tints of Palm Leaf #3F5435

RGB

 RED value IS 63 (25% from 255) = 31.5%

 GREEN value IS 84 (33.2% from 255) = 42%

 BLUE value IS 53 (21.09% from 255) = 26.5%

R = 31.5%
G = 42%
B = 26.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#3F5435 (or 0x3F5435) is known color: Palm Leaf. HEX triplet: 3F, 54 and 35. RGB value is (63,84,53). Sum of RGB (Red+Green+Blue) = 63+84+53=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #3F5435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5435 is #C0ABCA. Grayscale: #4A4A4A. Windows color (decimal): -12626891 or 3494975. OLE color: 3494975.

HSL color Cylindrical-coordinate representation of color #3F5435: hue angle of 100.65º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F5435 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 84 53 -
CMYK 0.25 0 0.37 0.67
HSL 100.65º 0.23% 0.27% -
HSV(B) 100.65º 0.37% 0.33% -
XYZ 5.86 7.65 4.54 -
YUV 74.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 63 84 53 0.25 0 0.37 0.67 100.65 0.23 0.27
Hex 3F 54 35 19 0 25 43 65 17 1B
Octal 77 124 65 31 0 45 103 145 27 33
Binary 111111 1010100 110101 11001 0 100101 1000011 1100101 10111 11011

Color Harmonies of #3F5435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5435

Black with #3F5435

Text Example


Text Example

White with #3F5435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F5435; }

 p { color: rgb(63,84,53); }

 H1.HeaderClassName
 {
   color: #3F5435;
 }
 .AnyTagClassName
 {
   color: #3F5435;
 }
</style>

background-color css

<style>
 a { background-color: #3F5435; }

 a { background-color: rgb(63,84,53); }

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

border-color css

<style>
 span { border-color: #3F5435; }

 span { border-color: rgb(63,84,53); }

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