Html Css Color HEX #315627 Palm Leaf

📋 copy color: '#315627'

red 49 ◦ green 86 ◦ blue 39

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

Shades of Palm Leaf #315627

Tints of Palm Leaf #315627

RGB

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

 GREEN value IS 86 (33.98% from 255) = 49.43%

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

R = 28.16%
G = 49.43%
B = 22.41%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#315627 (or 0x315627) is known color: Palm Leaf. HEX triplet: 31, 56 and 27. RGB value is (49,86,39). Sum of RGB (Red+Green+Blue) = 49+86+39=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #315627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315627 is #CEA9D8. Grayscale: #454545. Windows color (decimal): -13543897 or 2577969. OLE color: 2577969.

HSL color Cylindrical-coordinate representation of color #315627: hue angle of 107.23º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #315627 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 86 39 -
CMYK 0.43 0 0.55 0.66
HSL 107.23º 0.38% 0.25% -
HSV(B) 107.23º 0.55% 0.34% -
XYZ 4.96 7.46 3.1 -
YUV 69.58 110.74 113.32 -
System Red Green Blue C M Y K H S L
Decimal 49 86 39 0.43 0 0.55 0.66 107.23 0.38 0.25
Hex 31 56 27 2B 0 37 42 6B 26 19
Octal 61 126 47 53 0 67 102 153 46 31
Binary 110001 1010110 100111 101011 0 110111 1000010 1101011 100110 11001

Color Harmonies of #315627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315627

Black with #315627

Text Example


Text Example

White with #315627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315627; }

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

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

background-color css

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

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

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

border-color css

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

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

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