Html Css Color HEX #355423 Palm Leaf

📋 copy color: '#355423'

red 53 ◦ green 84 ◦ blue 35

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

Shades of Palm Leaf #355423

Tints of Palm Leaf #355423

RGB

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

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

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

R = 30.81%
G = 48.84%
B = 20.35%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#355423 (or 0x355423) is known color: Palm Leaf. HEX triplet: 35, 54 and 23. RGB value is (53,84,35). Sum of RGB (Red+Green+Blue) = 53+84+35=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #355423 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355423 is #CAABDC. Grayscale: #454545. Windows color (decimal): -13282269 or 2315317. OLE color: 2315317.

HSL color Cylindrical-coordinate representation of color #355423: hue angle of 97.96º 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 #355423 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 84 35 -
CMYK 0.37 0 0.58 0.67
HSL 97.96º 0.41% 0.23% -
HSV(B) 97.96º 0.58% 0.33% -
XYZ 4.94 7.22 2.72 -
YUV 69.15 108.73 116.48 -
System Red Green Blue C M Y K H S L
Decimal 53 84 35 0.37 0 0.58 0.67 97.96 0.41 0.23
Hex 35 54 23 25 0 3A 43 62 29 17
Octal 65 124 43 45 0 72 103 142 51 27
Binary 110101 1010100 100011 100101 0 111010 1000011 1100010 101001 10111

Color Harmonies of #355423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355423

Black with #355423

Text Example


Text Example

White with #355423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355423; }

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

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

background-color css

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

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

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

border-color css

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

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

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