Html Css Color HEX #316845 Green Pea

📋 copy color: '#316845'

red 49 ◦ green 104 ◦ blue 69

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

Shades of Green Pea #316845

Tints of Green Pea #316845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.08%

R = 22.07%
G = 46.85%
B = 31.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#316845 (or 0x316845) is known color: Green Pea. HEX triplet: 31, 68 and 45. RGB value is (49,104,69). Sum of RGB (Red+Green+Blue) = 49+104+69=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #316845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316845 is #CE97BA. Grayscale: #535353. Windows color (decimal): -13539259 or 4548657. OLE color: 4548657.

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

Color convert

RGB 49 104 69 -
CMYK 0.53 0 0.34 0.59
HSL 141.82º 0.36% 0.3% -
HSV(B) 141.82º 0.53% 0.41% -
XYZ 7.29 10.98 7.37 -
YUV 83.57 119.78 103.35 -
System Red Green Blue C M Y K H S L
Decimal 49 104 69 0.53 0 0.34 0.59 141.82 0.36 0.3
Hex 31 68 45 35 0 22 3B 8E 24 1E
Octal 61 150 105 65 0 42 73 216 44 36
Binary 110001 1101000 1000101 110101 0 100010 111011 10001110 100100 11110

Color Harmonies of #316845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316845

Black with #316845

Text Example


Text Example

White with #316845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316845; }

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

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

background-color css

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

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

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

border-color css

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

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

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