Html Css Color HEX #315527 Palm Leaf

📋 copy color: '#315527'

red 49 ◦ green 85 ◦ blue 39

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

Shades of Palm Leaf #315527

Tints of Palm Leaf #315527

RGB

 RED value IS 49 (19.53% from 255) = 28.32%

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

 BLUE value IS 39 (15.63% from 255) = 22.54%

R = 28.32%
G = 49.13%
B = 22.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#315527 (or 0x315527) is known color: Palm Leaf. HEX triplet: 31, 55 and 27. RGB value is (49,85,39). Sum of RGB (Red+Green+Blue) = 49+85+39=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #315527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315527 is #CEAAD8. Grayscale: #454545. Windows color (decimal): -13544153 or 2577713. OLE color: 2577713.

HSL color Cylindrical-coordinate representation of color #315527: hue angle of 106.96º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #315527 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 39 -
CMYK 0.42 0 0.54 0.67
HSL 106.96º 0.37% 0.24% -
HSV(B) 106.96º 0.54% 0.33% -
XYZ 4.88 7.3 3.07 -
YUV 68.99 111.07 113.74 -
System Red Green Blue C M Y K H S L
Decimal 49 85 39 0.42 0 0.54 0.67 106.96 0.37 0.24
Hex 31 55 27 2A 0 36 43 6B 25 18
Octal 61 125 47 52 0 66 103 153 45 30
Binary 110001 1010101 100111 101010 0 110110 1000011 1101011 100101 11000

Color Harmonies of #315527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315527

Black with #315527

Text Example


Text Example

White with #315527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315527; }

 p { color: rgb(49,85,39); }

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

background-color css

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

 a { background-color: rgb(49,85,39); }

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

border-color css

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

 span { border-color: rgb(49,85,39); }

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