Html Css Color HEX #315233 Parsley

📋 copy color: '#315233'

red 49 ◦ green 82 ◦ blue 51

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

Shades of Parsley #315233

Tints of Parsley #315233

RGB

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

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

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

R = 26.92%
G = 45.05%
B = 28.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#315233 (or 0x315233) is known color: Parsley. HEX triplet: 31, 52 and 33. RGB value is (49,82,51). Sum of RGB (Red+Green+Blue) = 49+82+51=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #315233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315233 is #CEADCC. Grayscale: #444444. Windows color (decimal): -13544909 or 3363377. OLE color: 3363377.

HSL color Cylindrical-coordinate representation of color #315233: hue angle of 123.64º 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 #315233 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 82 51 -
CMYK 0.40 0 0.38 0.68
HSL 123.64º 0.25% 0.26% -
HSV(B) 123.64º 0.4% 0.32% -
XYZ 4.88 6.93 4.21 -
YUV 68.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 49 82 51 0.40 0 0.38 0.68 123.64 0.25 0.26
Hex 31 52 33 28 0 26 44 7C 19 1A
Octal 61 122 63 50 0 46 104 174 31 32
Binary 110001 1010010 110011 101000 0 100110 1000100 1111100 11001 11010

Color Harmonies of #315233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315233

Black with #315233

Text Example


Text Example

White with #315233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315233; }

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

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

background-color css

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

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

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

border-color css

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

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

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