Html Css Color HEX #314C32 Parsley

📋 copy color: '#314C32'

red 49 ◦ green 76 ◦ blue 50

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

Shades of Parsley #314C32

Tints of Parsley #314C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.43%

 BLUE value IS 50 (19.92% from 255) = 28.57%

R = 28%
G = 43.43%
B = 28.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#314C32 (or 0x314C32) is known color: Parsley. HEX triplet: 31, 4C and 32. RGB value is (49,76,50). Sum of RGB (Red+Green+Blue) = 49+76+50=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 76 - color contains mainly: green. Hex color #314C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314C32 is #CEB3CD. Grayscale: #414141. Windows color (decimal): -13546446 or 3296305. OLE color: 3296305.

HSL color Cylindrical-coordinate representation of color #314C32: hue angle of 122.22º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314C32 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 76 50 -
CMYK 0.36 0 0.34 0.70
HSL 122.22º 0.22% 0.25% -
HSV(B) 122.22º 0.36% 0.3% -
XYZ 4.43 6.05 3.95 -
YUV 64.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 49 76 50 0.36 0 0.34 0.70 122.22 0.22 0.25
Hex 31 4C 32 24 0 22 46 7A 16 19
Octal 61 114 62 44 0 42 106 172 26 31
Binary 110001 1001100 110010 100100 0 100010 1000110 1111010 10110 11001

Color Harmonies of #314C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314C32

Black with #314C32

Text Example


Text Example

White with #314C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314C32; }

 p { color: rgb(49,76,50); }

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

background-color css

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

 a { background-color: rgb(49,76,50); }

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

border-color css

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

 span { border-color: rgb(49,76,50); }

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