Html Css Color HEX #316033 Parsley

📋 copy color: '#316033'

red 49 ◦ green 96 ◦ blue 51

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

Shades of Parsley #316033

Tints of Parsley #316033

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.98%

 BLUE value IS 51 (20.31% from 255) = 26.02%

R = 25%
G = 48.98%
B = 26.02%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#316033 (or 0x316033) is known color: Parsley. HEX triplet: 31, 60 and 33. RGB value is (49,96,51). Sum of RGB (Red+Green+Blue) = 49+96+51=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #316033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316033 is #CE9FCC. Grayscale: #4C4C4C. Windows color (decimal): -13541325 or 3366961. OLE color: 3366961.

HSL color Cylindrical-coordinate representation of color #316033: hue angle of 122.55º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316033 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 96 51 -
CMYK 0.49 0 0.47 0.62
HSL 122.55º 0.32% 0.28% -
HSV(B) 122.55º 0.49% 0.38% -
XYZ 6.05 9.26 4.6 -
YUV 76.82 113.43 108.16 -
System Red Green Blue C M Y K H S L
Decimal 49 96 51 0.49 0 0.47 0.62 122.55 0.32 0.28
Hex 31 60 33 31 0 2F 3E 7B 20 1C
Octal 61 140 63 61 0 57 76 173 40 34
Binary 110001 1100000 110011 110001 0 101111 111110 1111011 100000 11100

Color Harmonies of #316033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316033

Black with #316033

Text Example


Text Example

White with #316033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316033; }

 p { color: rgb(49,96,51); }

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

background-color css

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

 a { background-color: rgb(49,96,51); }

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

border-color css

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

 span { border-color: rgb(49,96,51); }

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