Html Css Color HEX #315428 Palm Leaf

📋 copy color: '#315428'

red 49 ◦ green 84 ◦ blue 40

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

Shades of Palm Leaf #315428

Tints of Palm Leaf #315428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 23.12%

R = 28.32%
G = 48.55%
B = 23.12%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.52

 K value IS 0.67

RGB Variations

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

Color information

#315428 (or 0x315428) is known color: Palm Leaf. HEX triplet: 31, 54 and 28. RGB value is (49,84,40). Sum of RGB (Red+Green+Blue) = 49+84+40=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #315428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315428 is #CEABD7. Grayscale: #444444. Windows color (decimal): -13544408 or 2642993. OLE color: 2642993.

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

Color convert

RGB 49 84 40 -
CMYK 0.42 0 0.52 0.67
HSL 107.73º 0.35% 0.24% -
HSV(B) 107.73º 0.52% 0.33% -
XYZ 4.82 7.15 3.13 -
YUV 68.52 111.9 114.08 -
System Red Green Blue C M Y K H S L
Decimal 49 84 40 0.42 0 0.52 0.67 107.73 0.35 0.24
Hex 31 54 28 2A 0 34 43 6C 23 18
Octal 61 124 50 52 0 64 103 154 43 30
Binary 110001 1010100 101000 101010 0 110100 1000011 1101100 100011 11000

Color Harmonies of #315428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315428

Black with #315428

Text Example


Text Example

White with #315428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315428; }

 p { color: rgb(49,84,40); }

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

background-color css

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

 a { background-color: rgb(49,84,40); }

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

border-color css

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

 span { border-color: rgb(49,84,40); }

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