Html Css Color HEX #316245 Green Pea

📋 copy color: '#316245'

red 49 ◦ green 98 ◦ blue 69

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

Shades of Green Pea #316245

Tints of Green Pea #316245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

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

R = 22.69%
G = 45.37%
B = 31.94%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#316245 (or 0x316245) is known color: Green Pea. HEX triplet: 31, 62 and 45. RGB value is (49,98,69). Sum of RGB (Red+Green+Blue) = 49+98+69=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #316245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316245 is #CE9DBA. Grayscale: #505050. Windows color (decimal): -13540795 or 4547121. OLE color: 4547121.

HSL color Cylindrical-coordinate representation of color #316245: hue angle of 144.49º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #316245 is Cyan = 0.5, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 98 69 -
CMYK 0.5 0 0.30 0.62
HSL 144.49º 0.33% 0.29% -
HSV(B) 144.49º 0.5% 0.38% -
XYZ 6.71 9.82 7.17 -
YUV 80.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 49 98 69 0.5 0 0.30 0.62 144.49 0.33 0.29
Hex 31 62 45 32 0 1E 3E 90 21 1D
Octal 61 142 105 62 0 36 76 220 41 35
Binary 110001 1100010 1000101 110010 0 11110 111110 10010000 100001 11101

Color Harmonies of #316245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316245

Black with #316245

Text Example


Text Example

White with #316245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316245; }

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

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

background-color css

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

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

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

border-color css

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

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

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