Html Css Color HEX #365525 Palm Leaf

📋 copy color: '#365525'

red 54 ◦ green 85 ◦ blue 37

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

Shades of Palm Leaf #365525

Tints of Palm Leaf #365525

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.3%

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

R = 30.68%
G = 48.3%
B = 21.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#365525 (or 0x365525) is known color: Palm Leaf. HEX triplet: 36, 55 and 25. RGB value is (54,85,37). Sum of RGB (Red+Green+Blue) = 54+85+37=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #365525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365525 is #C9AADA. Grayscale: #464646. Windows color (decimal): -13216475 or 2446646. OLE color: 2446646.

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

Color convert

RGB 54 85 37 -
CMYK 0.36 0 0.56 0.67
HSL 98.75º 0.39% 0.24% -
HSV(B) 98.75º 0.56% 0.33% -
XYZ 5.1 7.41 2.91 -
YUV 70.26 109.23 116.4 -
System Red Green Blue C M Y K H S L
Decimal 54 85 37 0.36 0 0.56 0.67 98.75 0.39 0.24
Hex 36 55 25 24 0 38 43 63 27 18
Octal 66 125 45 44 0 70 103 143 47 30
Binary 110110 1010101 100101 100100 0 111000 1000011 1100011 100111 11000

Color Harmonies of #365525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365525

Black with #365525

Text Example


Text Example

White with #365525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365525; }

 p { color: rgb(54,85,37); }

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

background-color css

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

 a { background-color: rgb(54,85,37); }

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

border-color css

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

 span { border-color: rgb(54,85,37); }

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