Html Css Color HEX #355323 Palm Leaf

📋 copy color: '#355323'

red 53 ◦ green 83 ◦ blue 35

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

Shades of Palm Leaf #355323

Tints of Palm Leaf #355323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.47%

R = 30.99%
G = 48.54%
B = 20.47%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#355323 (or 0x355323) is known color: Palm Leaf. HEX triplet: 35, 53 and 23. RGB value is (53,83,35). Sum of RGB (Red+Green+Blue) = 53+83+35=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #355323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355323 is #CAACDC. Grayscale: #444444. Windows color (decimal): -13282525 or 2315061. OLE color: 2315061.

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

Color convert

RGB 53 83 35 -
CMYK 0.36 0 0.58 0.67
HSL 97.5º 0.41% 0.23% -
HSV(B) 97.5º 0.58% 0.33% -
XYZ 4.86 7.06 2.7 -
YUV 68.56 109.06 116.9 -
System Red Green Blue C M Y K H S L
Decimal 53 83 35 0.36 0 0.58 0.67 97.5 0.41 0.23
Hex 35 53 23 24 0 3A 43 62 29 17
Octal 65 123 43 44 0 72 103 142 51 27
Binary 110101 1010011 100011 100100 0 111010 1000011 1100010 101001 10111

Color Harmonies of #355323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355323

Black with #355323

Text Example


Text Example

White with #355323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355323; }

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

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

background-color css

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

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

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

border-color css

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

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

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