Html Css Color HEX #35552D Palm Leaf

📋 copy color: '#35552D'

red 53 ◦ green 85 ◦ blue 45

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

Shades of Palm Leaf #35552D

Tints of Palm Leaf #35552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.45%

 BLUE value IS 45 (17.97% from 255) = 24.59%

R = 28.96%
G = 46.45%
B = 24.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#35552D (or 0x35552D) is known color: Palm Leaf. HEX triplet: 35, 55 and 2D. RGB value is (53,85,45). Sum of RGB (Red+Green+Blue) = 53+85+45=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #35552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35552D is #CAAAD2. Grayscale: #474747. Windows color (decimal): -13282003 or 2970933. OLE color: 2970933.

HSL color Cylindrical-coordinate representation of color #35552D: hue angle of 108º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #35552D is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 85 45 -
CMYK 0.38 0 0.47 0.67
HSL 108º 0.31% 0.25% -
HSV(B) 108º 0.47% 0.33% -
XYZ 5.19 7.44 3.65 -
YUV 70.87 113.4 115.25 -
System Red Green Blue C M Y K H S L
Decimal 53 85 45 0.38 0 0.47 0.67 108 0.31 0.25
Hex 35 55 2D 26 0 2F 43 6C 1F 19
Octal 65 125 55 46 0 57 103 154 37 31
Binary 110101 1010101 101101 100110 0 101111 1000011 1101100 11111 11001

Color Harmonies of #35552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35552D

Black with #35552D

Text Example


Text Example

White with #35552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35552D; }

 p { color: rgb(53,85,45); }

 H1.HeaderClassName
 {
   color: #35552D;
 }
 .AnyTagClassName
 {
   color: #35552D;
 }
</style>

background-color css

<style>
 a { background-color: #35552D; }

 a { background-color: rgb(53,85,45); }

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

border-color css

<style>
 span { border-color: #35552D; }

 span { border-color: rgb(53,85,45); }

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