Html Css Color HEX #315533 Parsley

📋 copy color: '#315533'

red 49 ◦ green 85 ◦ blue 51

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

Shades of Parsley #315533

Tints of Parsley #315533

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.95%

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

R = 26.49%
G = 45.95%
B = 27.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#315533 (or 0x315533) is known color: Parsley. HEX triplet: 31, 55 and 33. RGB value is (49,85,51). Sum of RGB (Red+Green+Blue) = 49+85+51=185 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.49% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #315533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315533 is #CEAACC. Grayscale: #464646. Windows color (decimal): -13544141 or 3364145. OLE color: 3364145.

HSL color Cylindrical-coordinate representation of color #315533: hue angle of 123.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315533 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 51 -
CMYK 0.42 0 0.40 0.67
HSL 123.33º 0.27% 0.26% -
HSV(B) 123.33º 0.42% 0.33% -
XYZ 5.11 7.39 4.29 -
YUV 70.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 49 85 51 0.42 0 0.40 0.67 123.33 0.27 0.26
Hex 31 55 33 2A 0 28 43 7B 1B 1A
Octal 61 125 63 52 0 50 103 173 33 32
Binary 110001 1010101 110011 101010 0 101000 1000011 1111011 11011 11010

Color Harmonies of #315533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315533

Black with #315533

Text Example


Text Example

White with #315533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315533; }

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

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

background-color css

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

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

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

border-color css

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

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

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