Html Css Color HEX #355425 Palm Leaf

📋 copy color: '#355425'

red 53 ◦ green 84 ◦ blue 37

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

Shades of Palm Leaf #355425

Tints of Palm Leaf #355425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.28%

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

R = 30.46%
G = 48.28%
B = 21.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#355425 (or 0x355425) is known color: Palm Leaf. HEX triplet: 35, 54 and 25. RGB value is (53,84,37). Sum of RGB (Red+Green+Blue) = 53+84+37=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #355425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355425 is #CAABDA. Grayscale: #454545. Windows color (decimal): -13282267 or 2446389. OLE color: 2446389.

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

Color convert

RGB 53 84 37 -
CMYK 0.37 0 0.56 0.67
HSL 99.57º 0.39% 0.24% -
HSV(B) 99.57º 0.56% 0.33% -
XYZ 4.97 7.23 2.88 -
YUV 69.37 109.73 116.32 -
System Red Green Blue C M Y K H S L
Decimal 53 84 37 0.37 0 0.56 0.67 99.57 0.39 0.24
Hex 35 54 25 25 0 38 43 64 27 18
Octal 65 124 45 45 0 70 103 144 47 30
Binary 110101 1010100 100101 100101 0 111000 1000011 1100100 100111 11000

Color Harmonies of #355425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355425

Black with #355425

Text Example


Text Example

White with #355425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355425; }

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

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

background-color css

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

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

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

border-color css

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

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

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