Html Css Color HEX #315236 Parsley

📋 copy color: '#315236'

red 49 ◦ green 82 ◦ blue 54

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

Shades of Parsley #315236

Tints of Parsley #315236

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.32%

 BLUE value IS 54 (21.48% from 255) = 29.19%

R = 26.49%
G = 44.32%
B = 29.19%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.68

RGB Variations

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

Color information

#315236 (or 0x315236) is known color: Parsley. HEX triplet: 31, 52 and 36. RGB value is (49,82,54). Sum of RGB (Red+Green+Blue) = 49+82+54=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 54 (21.48% from 255 or 29.19% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #315236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315236 is #CEADC9. Grayscale: #454545. Windows color (decimal): -13544906 or 3559985. OLE color: 3559985.

HSL color Cylindrical-coordinate representation of color #315236: hue angle of 129.09º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315236 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 82 54 -
CMYK 0.40 0 0.34 0.68
HSL 129.09º 0.25% 0.26% -
HSV(B) 129.09º 0.4% 0.32% -
XYZ 4.95 6.95 4.57 -
YUV 68.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 49 82 54 0.40 0 0.34 0.68 129.09 0.25 0.26
Hex 31 52 36 28 0 22 44 81 19 1A
Octal 61 122 66 50 0 42 104 201 31 32
Binary 110001 1010010 110110 101000 0 100010 1000100 10000001 11001 11010

Color Harmonies of #315236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315236

Black with #315236

Text Example


Text Example

White with #315236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315236; }

 p { color: rgb(49,82,54); }

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

background-color css

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

 a { background-color: rgb(49,82,54); }

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

border-color css

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

 span { border-color: rgb(49,82,54); }

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