Html Css Color HEX #35531E Palm Leaf

📋 copy color: '#35531E'

red 53 ◦ green 83 ◦ blue 30

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

Shades of Palm Leaf #35531E

Tints of Palm Leaf #35531E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.07%

R = 31.93%
G = 50%
B = 18.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#35531E (or 0x35531E) is known color: Palm Leaf. HEX triplet: 35, 53 and 1E. RGB value is (53,83,30). Sum of RGB (Red+Green+Blue) = 53+83+30=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #35531E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35531E is #CAACE1. Grayscale: #444444. Windows color (decimal): -13282530 or 1987381. OLE color: 1987381.

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

Color convert

RGB 53 83 30 -
CMYK 0.36 0 0.64 0.67
HSL 93.96º 0.47% 0.22% -
HSV(B) 93.96º 0.64% 0.33% -
XYZ 4.8 7.04 2.33 -
YUV 67.99 106.56 117.31 -
System Red Green Blue C M Y K H S L
Decimal 53 83 30 0.36 0 0.64 0.67 93.96 0.47 0.22
Hex 35 53 1E 24 0 40 43 5E 2F 16
Octal 65 123 36 44 0 100 103 136 57 26
Binary 110101 1010011 11110 100100 0 1000000 1000011 1011110 101111 10110

Color Harmonies of #35531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35531E

Black with #35531E

Text Example


Text Example

White with #35531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35531E; }

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

 H1.HeaderClassName
 {
   color: #35531E;
 }
 .AnyTagClassName
 {
   color: #35531E;
 }
</style>

background-color css

<style>
 a { background-color: #35531E; }

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

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

border-color css

<style>
 span { border-color: #35531E; }

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

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