Html Css Color HEX #355326 Palm Leaf

📋 copy color: '#355326'

red 53 ◦ green 83 ◦ blue 38

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

Shades of Palm Leaf #355326

Tints of Palm Leaf #355326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.84%

R = 30.46%
G = 47.7%
B = 21.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#355326 (or 0x355326) is known color: Palm Leaf. HEX triplet: 35, 53 and 26. RGB value is (53,83,38). Sum of RGB (Red+Green+Blue) = 53+83+38=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #355326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355326 is #CAACD9. Grayscale: #454545. Windows color (decimal): -13282522 or 2511669. OLE color: 2511669.

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

Color convert

RGB 53 83 38 -
CMYK 0.36 0 0.54 0.67
HSL 100º 0.37% 0.24% -
HSV(B) 100º 0.54% 0.33% -
XYZ 4.91 7.08 2.94 -
YUV 68.9 110.56 116.66 -
System Red Green Blue C M Y K H S L
Decimal 53 83 38 0.36 0 0.54 0.67 100 0.37 0.24
Hex 35 53 26 24 0 36 43 64 25 18
Octal 65 123 46 44 0 66 103 144 45 30
Binary 110101 1010011 100110 100100 0 110110 1000011 1100100 100101 11000

Color Harmonies of #355326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355326

Black with #355326

Text Example


Text Example

White with #355326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355326; }

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

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

background-color css

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

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

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

border-color css

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

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

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