Html Css Color HEX #355130 Palm Leaf

📋 copy color: '#355130'

red 53 ◦ green 81 ◦ blue 48

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

Shades of Palm Leaf #355130

Tints of Palm Leaf #355130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.51%

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

R = 29.12%
G = 44.51%
B = 26.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#355130 (or 0x355130) is known color: Palm Leaf. HEX triplet: 35, 51 and 30. RGB value is (53,81,48). Sum of RGB (Red+Green+Blue) = 53+81+48=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #355130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355130 is #CAAECF. Grayscale: #444444. Windows color (decimal): -13283024 or 3166517. OLE color: 3166517.

HSL color Cylindrical-coordinate representation of color #355130: hue angle of 110.91º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #355130 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 81 48 -
CMYK 0.35 0 0.41 0.68
HSL 110.91º 0.26% 0.25% -
HSV(B) 110.91º 0.41% 0.32% -
XYZ 4.94 6.86 3.86 -
YUV 68.87 116.22 116.68 -
System Red Green Blue C M Y K H S L
Decimal 53 81 48 0.35 0 0.41 0.68 110.91 0.26 0.25
Hex 35 51 30 23 0 29 44 6F 1A 19
Octal 65 121 60 43 0 51 104 157 32 31
Binary 110101 1010001 110000 100011 0 101001 1000100 1101111 11010 11001

Color Harmonies of #355130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355130

Black with #355130

Text Example


Text Example

White with #355130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355130; }

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

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

background-color css

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

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

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

border-color css

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

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

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