Html Css Color HEX #3F5335 Palm Leaf

📋 copy color: '#3F5335'

red 63 ◦ green 83 ◦ blue 53

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

Shades of Palm Leaf #3F5335

Tints of Palm Leaf #3F5335

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.71%

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

R = 31.66%
G = 41.71%
B = 26.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#3F5335 (or 0x3F5335) is known color: Palm Leaf. HEX triplet: 3F, 53 and 35. RGB value is (63,83,53). Sum of RGB (Red+Green+Blue) = 63+83+53=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5335 is #C0ACCA. Grayscale: #494949. Windows color (decimal): -12627147 or 3494719. OLE color: 3494719.

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

Color convert

RGB 63 83 53 -
CMYK 0.24 0 0.36 0.67
HSL 100º 0.22% 0.27% -
HSV(B) 100º 0.36% 0.33% -
XYZ 5.79 7.5 4.51 -
YUV 73.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 63 83 53 0.24 0 0.36 0.67 100 0.22 0.27
Hex 3F 53 35 18 0 24 43 64 16 1B
Octal 77 123 65 30 0 44 103 144 26 33
Binary 111111 1010011 110101 11000 0 100100 1000011 1100100 10110 11011

Color Harmonies of #3F5335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5335

Black with #3F5335

Text Example


Text Example

White with #3F5335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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