Html Css Color HEX #316749 Green Pea

📋 copy color: '#316749'

red 49 ◦ green 103 ◦ blue 73

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

Shades of Green Pea #316749

Tints of Green Pea #316749

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.78%

 BLUE value IS 73 (28.91% from 255) = 32.44%

R = 21.78%
G = 45.78%
B = 32.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#316749 (or 0x316749) is known color: Green Pea. HEX triplet: 31, 67 and 49. RGB value is (49,103,73). Sum of RGB (Red+Green+Blue) = 49+103+73=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #316749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316749 is #CE98B6. Grayscale: #535353. Windows color (decimal): -13539511 or 4810545. OLE color: 4810545.

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

Color convert

RGB 49 103 73 -
CMYK 0.52 0 0.29 0.60
HSL 146.67º 0.36% 0.3% -
HSV(B) 146.67º 0.52% 0.4% -
XYZ 7.32 10.83 8.01 -
YUV 83.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 49 103 73 0.52 0 0.29 0.60 146.67 0.36 0.3
Hex 31 67 49 34 0 1D 3C 93 24 1E
Octal 61 147 111 64 0 35 74 223 44 36
Binary 110001 1100111 1001001 110100 0 11101 111100 10010011 100100 11110

Color Harmonies of #316749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316749

Black with #316749

Text Example


Text Example

White with #316749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316749; }

 p { color: rgb(49,103,73); }

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

background-color css

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

 a { background-color: rgb(49,103,73); }

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

border-color css

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

 span { border-color: rgb(49,103,73); }

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