Html Css Color HEX #316942 Green Pea

📋 copy color: '#316942'

red 49 ◦ green 105 ◦ blue 66

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

Shades of Green Pea #316942

Tints of Green Pea #316942

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.73%

 BLUE value IS 66 (26.17% from 255) = 30%

R = 22.27%
G = 47.73%
B = 30%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#316942 (or 0x316942) is known color: Green Pea. HEX triplet: 31, 69 and 42. RGB value is (49,105,66). Sum of RGB (Red+Green+Blue) = 49+105+66=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #316942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316942 is #CE96BD. Grayscale: #535353. Windows color (decimal): -13539006 or 4352305. OLE color: 4352305.

HSL color Cylindrical-coordinate representation of color #316942: hue angle of 138.21º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316942 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 105 66 -
CMYK 0.53 0 0.37 0.59
HSL 138.21º 0.36% 0.3% -
HSV(B) 138.21º 0.53% 0.41% -
XYZ 7.3 11.15 6.92 -
YUV 83.81 117.95 103.17 -
System Red Green Blue C M Y K H S L
Decimal 49 105 66 0.53 0 0.37 0.59 138.21 0.36 0.3
Hex 31 69 42 35 0 25 3B 8A 24 1E
Octal 61 151 102 65 0 45 73 212 44 36
Binary 110001 1101001 1000010 110101 0 100101 111011 10001010 100100 11110

Color Harmonies of #316942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316942

Black with #316942

Text Example


Text Example

White with #316942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316942; }

 p { color: rgb(49,105,66); }

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

background-color css

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

 a { background-color: rgb(49,105,66); }

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

border-color css

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

 span { border-color: rgb(49,105,66); }

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