Html Css Color HEX #315526 Palm Leaf

📋 copy color: '#315526'

red 49 ◦ green 85 ◦ blue 38

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

Shades of Palm Leaf #315526

Tints of Palm Leaf #315526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 22.09%

R = 28.49%
G = 49.42%
B = 22.09%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#315526 (or 0x315526) is known color: Palm Leaf. HEX triplet: 31, 55 and 26. RGB value is (49,85,38). Sum of RGB (Red+Green+Blue) = 49+85+38=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #315526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315526 is #CEAAD9. Grayscale: #454545. Windows color (decimal): -13544154 or 2512177. OLE color: 2512177.

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

Color convert

RGB 49 85 38 -
CMYK 0.42 0 0.55 0.67
HSL 105.96º 0.38% 0.24% -
HSV(B) 105.96º 0.55% 0.33% -
XYZ 4.86 7.29 2.98 -
YUV 68.88 110.57 113.82 -
System Red Green Blue C M Y K H S L
Decimal 49 85 38 0.42 0 0.55 0.67 105.96 0.38 0.24
Hex 31 55 26 2A 0 37 43 6A 26 18
Octal 61 125 46 52 0 67 103 152 46 30
Binary 110001 1010101 100110 101010 0 110111 1000011 1101010 100110 11000

Color Harmonies of #315526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315526

Black with #315526

Text Example


Text Example

White with #315526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315526; }

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

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

background-color css

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

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

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

border-color css

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

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

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