Html Css Color HEX #316234 Parsley

📋 copy color: '#316234'

red 49 ◦ green 98 ◦ blue 52

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

Shades of Parsley #316234

Tints of Parsley #316234

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49.25%

 BLUE value IS 52 (20.7% from 255) = 26.13%

R = 24.62%
G = 49.25%
B = 26.13%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#316234 (or 0x316234) is known color: Parsley. HEX triplet: 31, 62 and 34. RGB value is (49,98,52). Sum of RGB (Red+Green+Blue) = 49+98+52=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #316234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316234 is #CE9DCB. Grayscale: #4E4E4E. Windows color (decimal): -13540812 or 3433009. OLE color: 3433009.

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

Color convert

RGB 49 98 52 -
CMYK 0.5 0 0.47 0.62
HSL 123.67º 0.33% 0.29% -
HSV(B) 123.67º 0.5% 0.38% -
XYZ 6.25 9.64 4.78 -
YUV 78.11 113.27 107.24 -
System Red Green Blue C M Y K H S L
Decimal 49 98 52 0.5 0 0.47 0.62 123.67 0.33 0.29
Hex 31 62 34 32 0 2F 3E 7C 21 1D
Octal 61 142 64 62 0 57 76 174 41 35
Binary 110001 1100010 110100 110010 0 101111 111110 1111100 100001 11101

Color Harmonies of #316234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316234

Black with #316234

Text Example


Text Example

White with #316234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316234; }

 p { color: rgb(49,98,52); }

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

background-color css

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

 a { background-color: rgb(49,98,52); }

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

border-color css

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

 span { border-color: rgb(49,98,52); }

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