Html Css Color HEX #35512B Palm Leaf

📋 copy color: '#35512B'

red 53 ◦ green 81 ◦ blue 43

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

Shades of Palm Leaf #35512B

Tints of Palm Leaf #35512B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 45.76%

 BLUE value IS 43 (17.19% from 255) = 24.29%

R = 29.94%
G = 45.76%
B = 24.29%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#35512B (or 0x35512B) is known color: Palm Leaf. HEX triplet: 35, 51 and 2B. RGB value is (53,81,43). Sum of RGB (Red+Green+Blue) = 53+81+43=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #35512B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35512B is #CAAED4. Grayscale: #444444. Windows color (decimal): -13283029 or 2838837. OLE color: 2838837.

HSL color Cylindrical-coordinate representation of color #35512B: hue angle of 104.21º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #35512B is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 81 43 -
CMYK 0.35 0 0.47 0.68
HSL 104.21º 0.31% 0.24% -
HSV(B) 104.21º 0.47% 0.32% -
XYZ 4.85 6.82 3.35 -
YUV 68.3 113.72 117.09 -
System Red Green Blue C M Y K H S L
Decimal 53 81 43 0.35 0 0.47 0.68 104.21 0.31 0.24
Hex 35 51 2B 23 0 2F 44 68 1F 18
Octal 65 121 53 43 0 57 104 150 37 30
Binary 110101 1010001 101011 100011 0 101111 1000100 1101000 11111 11000

Color Harmonies of #35512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35512B

Black with #35512B

Text Example


Text Example

White with #35512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35512B; }

 p { color: rgb(53,81,43); }

 H1.HeaderClassName
 {
   color: #35512B;
 }
 .AnyTagClassName
 {
   color: #35512B;
 }
</style>

background-color css

<style>
 a { background-color: #35512B; }

 a { background-color: rgb(53,81,43); }

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

border-color css

<style>
 span { border-color: #35512B; }

 span { border-color: rgb(53,81,43); }

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