Html Css Color HEX #355325 Palm Leaf

📋 copy color: '#355325'

red 53 ◦ green 83 ◦ blue 37

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

Shades of Palm Leaf #355325

Tints of Palm Leaf #355325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.39%

R = 30.64%
G = 47.98%
B = 21.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#355325 (or 0x355325) is known color: Palm Leaf. HEX triplet: 35, 53 and 25. RGB value is (53,83,37). Sum of RGB (Red+Green+Blue) = 53+83+37=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #355325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355325 is #CAACDA. Grayscale: #444444. Windows color (decimal): -13282523 or 2446133. OLE color: 2446133.

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

Color convert

RGB 53 83 37 -
CMYK 0.36 0 0.55 0.67
HSL 99.13º 0.38% 0.24% -
HSV(B) 99.13º 0.55% 0.33% -
XYZ 4.9 7.08 2.86 -
YUV 68.79 110.06 116.74 -
System Red Green Blue C M Y K H S L
Decimal 53 83 37 0.36 0 0.55 0.67 99.13 0.38 0.24
Hex 35 53 25 24 0 37 43 63 26 18
Octal 65 123 45 44 0 67 103 143 46 30
Binary 110101 1010011 100101 100100 0 110111 1000011 1100011 100110 11000

Color Harmonies of #355325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355325

Black with #355325

Text Example


Text Example

White with #355325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355325; }

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

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

background-color css

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

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

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

border-color css

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

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

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