Html Css Color HEX #316042 Green Pea

📋 copy color: '#316042'

red 49 ◦ green 96 ◦ blue 66

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

Shades of Green Pea #316042

Tints of Green Pea #316042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.5%

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

R = 23.22%
G = 45.5%
B = 31.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#316042 (or 0x316042) is known color: Green Pea. HEX triplet: 31, 60 and 42. RGB value is (49,96,66). Sum of RGB (Red+Green+Blue) = 49+96+66=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 96 - color contains mainly: green. Hex color #316042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316042 is #CE9FBD. Grayscale: #4E4E4E. Windows color (decimal): -13541310 or 4350001. OLE color: 4350001.

HSL color Cylindrical-coordinate representation of color #316042: hue angle of 141.7º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #316042 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 96 66 -
CMYK 0.49 0 0.31 0.62
HSL 141.7º 0.32% 0.28% -
HSV(B) 141.7º 0.49% 0.38% -
XYZ 6.43 9.41 6.63 -
YUV 78.53 120.93 106.94 -
System Red Green Blue C M Y K H S L
Decimal 49 96 66 0.49 0 0.31 0.62 141.7 0.32 0.28
Hex 31 60 42 31 0 1F 3E 8E 20 1C
Octal 61 140 102 61 0 37 76 216 40 34
Binary 110001 1100000 1000010 110001 0 11111 111110 10001110 100000 11100

Color Harmonies of #316042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316042

Black with #316042

Text Example


Text Example

White with #316042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316042; }

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

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

background-color css

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

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

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

border-color css

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

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

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