Html Css Color HEX #316842 Green Pea

📋 copy color: '#316842'

red 49 ◦ green 104 ◦ blue 66

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

Shades of Green Pea #316842

Tints of Green Pea #316842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.49%

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

R = 22.37%
G = 47.49%
B = 30.14%

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

#316842 (or 0x316842) is known color: Green Pea. HEX triplet: 31, 68 and 42. RGB value is (49,104,66). Sum of RGB (Red+Green+Blue) = 49+104+66=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #316842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316842 is #CE97BD. Grayscale: #535353. Windows color (decimal): -13539262 or 4352049. OLE color: 4352049.

HSL color Cylindrical-coordinate representation of color #316842: hue angle of 138.55º 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 #316842 is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 104 66 -
CMYK 0.53 0 0.37 0.59
HSL 138.55º 0.36% 0.3% -
HSV(B) 138.55º 0.53% 0.41% -
XYZ 7.2 10.95 6.89 -
YUV 83.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 49 104 66 0.53 0 0.37 0.59 138.55 0.36 0.3
Hex 31 68 42 35 0 25 3B 8B 24 1E
Octal 61 150 102 65 0 45 73 213 44 36
Binary 110001 1101000 1000010 110101 0 100101 111011 10001011 100100 11110

Color Harmonies of #316842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316842

Black with #316842

Text Example


Text Example

White with #316842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316842; }

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

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

background-color css

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

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

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

border-color css

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

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

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