Html Css Color HEX #355330 Palm Leaf

📋 copy color: '#355330'

red 53 ◦ green 83 ◦ blue 48

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

Shades of Palm Leaf #355330

Tints of Palm Leaf #355330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.09%

R = 28.8%
G = 45.11%
B = 26.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#355330 (or 0x355330) is known color: Palm Leaf. HEX triplet: 35, 53 and 30. RGB value is (53,83,48). Sum of RGB (Red+Green+Blue) = 53+83+48=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #355330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355330 is #CAACCF. Grayscale: #464646. Windows color (decimal): -13282512 or 3167029. OLE color: 3167029.

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

Color convert

RGB 53 83 48 -
CMYK 0.36 0 0.42 0.67
HSL 111.43º 0.27% 0.26% -
HSV(B) 111.43º 0.42% 0.33% -
XYZ 5.09 7.16 3.91 -
YUV 70.04 115.56 115.85 -
System Red Green Blue C M Y K H S L
Decimal 53 83 48 0.36 0 0.42 0.67 111.43 0.27 0.26
Hex 35 53 30 24 0 2A 43 6F 1B 1A
Octal 65 123 60 44 0 52 103 157 33 32
Binary 110101 1010011 110000 100100 0 101010 1000011 1101111 11011 11010

Color Harmonies of #355330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355330

Black with #355330

Text Example


Text Example

White with #355330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355330; }

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

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

background-color css

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

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

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

border-color css

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

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

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