Html Css Color HEX #316548 Green Pea

📋 copy color: '#316548'

red 49 ◦ green 101 ◦ blue 72

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

Shades of Green Pea #316548

Tints of Green Pea #316548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.5%

 BLUE value IS 72 (28.52% from 255) = 32.43%

R = 22.07%
G = 45.5%
B = 32.43%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#316548 (or 0x316548) is known color: Green Pea. HEX triplet: 31, 65 and 48. RGB value is (49,101,72). Sum of RGB (Red+Green+Blue) = 49+101+72=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #316548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316548 is #CE9AB7. Grayscale: #525252. Windows color (decimal): -13540024 or 4744497. OLE color: 4744497.

HSL color Cylindrical-coordinate representation of color #316548: hue angle of 146.54º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316548 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 101 72 -
CMYK 0.51 0 0.29 0.60
HSL 146.54º 0.35% 0.29% -
HSV(B) 146.54º 0.51% 0.4% -
XYZ 7.09 10.43 7.77 -
YUV 82.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 49 101 72 0.51 0 0.29 0.60 146.54 0.35 0.29
Hex 31 65 48 33 0 1D 3C 93 23 1D
Octal 61 145 110 63 0 35 74 223 43 35
Binary 110001 1100101 1001000 110011 0 11101 111100 10010011 100011 11101

Color Harmonies of #316548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316548

Black with #316548

Text Example


Text Example

White with #316548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316548; }

 p { color: rgb(49,101,72); }

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

background-color css

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

 a { background-color: rgb(49,101,72); }

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

border-color css

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

 span { border-color: rgb(49,101,72); }

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