Html Css Color HEX #365033 Palm Leaf

📋 copy color: '#365033'

red 54 ◦ green 80 ◦ blue 51

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

Shades of Palm Leaf #365033

Tints of Palm Leaf #365033

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.24%

 BLUE value IS 51 (20.31% from 255) = 27.57%

R = 29.19%
G = 43.24%
B = 27.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#365033 (or 0x365033) is known color: Palm Leaf. HEX triplet: 36, 50 and 33. RGB value is (54,80,51). Sum of RGB (Red+Green+Blue) = 54+80+51=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #365033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365033 is #C9AFCC. Grayscale: #454545. Windows color (decimal): -13217741 or 3362870. OLE color: 3362870.

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

Color convert

RGB 54 80 51 -
CMYK 0.33 0 0.36 0.69
HSL 113.79º 0.22% 0.26% -
HSV(B) 113.79º 0.36% 0.31% -
XYZ 4.99 6.76 4.17 -
YUV 68.92 117.89 117.36 -
System Red Green Blue C M Y K H S L
Decimal 54 80 51 0.33 0 0.36 0.69 113.79 0.22 0.26
Hex 36 50 33 21 0 24 45 72 16 1A
Octal 66 120 63 41 0 44 105 162 26 32
Binary 110110 1010000 110011 100001 0 100100 1000101 1110010 10110 11010

Color Harmonies of #365033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365033

Black with #365033

Text Example


Text Example

White with #365033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365033; }

 p { color: rgb(54,80,51); }

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

background-color css

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

 a { background-color: rgb(54,80,51); }

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

border-color css

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

 span { border-color: rgb(54,80,51); }

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