Html Css Color HEX #35432F Palm Leaf

📋 copy color: '#35432F'

red 53 ◦ green 67 ◦ blue 47

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

Shades of Palm Leaf #35432F

Tints of Palm Leaf #35432F

RGB

 RED value IS 53 (21.09% from 255) = 31.74%

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

 BLUE value IS 47 (18.75% from 255) = 28.14%

R = 31.74%
G = 40.12%
B = 28.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#35432F (or 0x35432F) is known color: Palm Leaf. HEX triplet: 35, 43 and 2F. RGB value is (53,67,47). Sum of RGB (Red+Green+Blue) = 53+67+47=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 67 - color contains mainly: green. Hex color #35432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35432F is #CABCD0. Grayscale: #3C3C3C. Windows color (decimal): -13286609 or 3097397. OLE color: 3097397.

HSL color Cylindrical-coordinate representation of color #35432F: hue angle of 102º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #35432F is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 67 47 -
CMYK 0.21 0 0.30 0.74
HSL 102º 0.18% 0.22% -
HSV(B) 102º 0.3% 0.26% -
XYZ 3.99 4.98 3.44 -
YUV 60.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 53 67 47 0.21 0 0.30 0.74 102 0.18 0.22
Hex 35 43 2F 15 0 1E 4A 66 12 16
Octal 65 103 57 25 0 36 112 146 22 26
Binary 110101 1000011 101111 10101 0 11110 1001010 1100110 10010 10110

Color Harmonies of #35432F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35432F

Black with #35432F

Text Example


Text Example

White with #35432F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,67,47); }

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

background-color css

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

 a { background-color: rgb(53,67,47); }

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

border-color css

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

 span { border-color: rgb(53,67,47); }

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