Html Css Color HEX #316445 Green Pea

📋 copy color: '#316445'

red 49 ◦ green 100 ◦ blue 69

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

Shades of Green Pea #316445

Tints of Green Pea #316445

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.87%

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

R = 22.48%
G = 45.87%
B = 31.65%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#316445 (or 0x316445) is known color: Green Pea. HEX triplet: 31, 64 and 45. RGB value is (49,100,69). Sum of RGB (Red+Green+Blue) = 49+100+69=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #316445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316445 is #CE9BBA. Grayscale: #515151. Windows color (decimal): -13540283 or 4547633. OLE color: 4547633.

HSL color Cylindrical-coordinate representation of color #316445: hue angle of 143.53º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316445 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 100 69 -
CMYK 0.51 0 0.31 0.61
HSL 143.53º 0.34% 0.29% -
HSV(B) 143.53º 0.51% 0.39% -
XYZ 6.9 10.2 7.23 -
YUV 81.22 121.1 105.02 -
System Red Green Blue C M Y K H S L
Decimal 49 100 69 0.51 0 0.31 0.61 143.53 0.34 0.29
Hex 31 64 45 33 0 1F 3D 90 22 1D
Octal 61 144 105 63 0 37 75 220 42 35
Binary 110001 1100100 1000101 110011 0 11111 111101 10010000 100010 11101

Color Harmonies of #316445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316445

Black with #316445

Text Example


Text Example

White with #316445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316445; }

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

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

background-color css

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

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

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

border-color css

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

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

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