Html Css Color HEX #365223 Palm Leaf

📋 copy color: '#365223'

red 54 ◦ green 82 ◦ blue 35

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

Shades of Palm Leaf #365223

Tints of Palm Leaf #365223

RGB

 RED value IS 54 (21.48% from 255) = 31.58%

 GREEN value IS 82 (32.42% from 255) = 47.95%

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

R = 31.58%
G = 47.95%
B = 20.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#365223 (or 0x365223) is known color: Palm Leaf. HEX triplet: 36, 52 and 23. RGB value is (54,82,35). Sum of RGB (Red+Green+Blue) = 54+82+35=171 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.58% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #365223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365223 is #C9ADDC. Grayscale: #444444. Windows color (decimal): -13217245 or 2314806. OLE color: 2314806.

HSL color Cylindrical-coordinate representation of color #365223: hue angle of 95.74º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #365223 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 82 35 -
CMYK 0.34 0 0.57 0.68
HSL 95.74º 0.4% 0.23% -
HSV(B) 95.74º 0.57% 0.32% -
XYZ 4.84 6.94 2.67 -
YUV 68.27 109.22 117.82 -
System Red Green Blue C M Y K H S L
Decimal 54 82 35 0.34 0 0.57 0.68 95.74 0.4 0.23
Hex 36 52 23 22 0 39 44 60 28 17
Octal 66 122 43 42 0 71 104 140 50 27
Binary 110110 1010010 100011 100010 0 111001 1000100 1100000 101000 10111

Color Harmonies of #365223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365223

Black with #365223

Text Example


Text Example

White with #365223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365223; }

 p { color: rgb(54,82,35); }

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

background-color css

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

 a { background-color: rgb(54,82,35); }

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

border-color css

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

 span { border-color: rgb(54,82,35); }

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