Html Css Color HEX #365425 Palm Leaf

📋 copy color: '#365425'

red 54 ◦ green 84 ◦ blue 37

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

Shades of Palm Leaf #365425

Tints of Palm Leaf #365425

RGB

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

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

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

R = 30.86%
G = 48%
B = 21.14%

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

#365425 (or 0x365425) is known color: Palm Leaf. HEX triplet: 36, 54 and 25. RGB value is (54,84,37). Sum of RGB (Red+Green+Blue) = 54+84+37=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #365425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365425 is #C9ABDA. Grayscale: #454545. Windows color (decimal): -13216731 or 2446390. OLE color: 2446390.

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

Color convert

RGB 54 84 37 -
CMYK 0.36 0 0.56 0.67
HSL 98.3º 0.39% 0.24% -
HSV(B) 98.3º 0.56% 0.33% -
XYZ 5.03 7.26 2.89 -
YUV 69.67 109.56 116.82 -
System Red Green Blue C M Y K H S L
Decimal 54 84 37 0.36 0 0.56 0.67 98.3 0.39 0.24
Hex 36 54 25 24 0 38 43 62 27 18
Octal 66 124 45 44 0 70 103 142 47 30
Binary 110110 1010100 100101 100100 0 111000 1000011 1100010 100111 11000

Color Harmonies of #365425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365425

Black with #365425

Text Example


Text Example

White with #365425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365425; }

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

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

background-color css

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

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

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

border-color css

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

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

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