Html Css Color HEX #315944 Green Pea

📋 copy color: '#315944'

red 49 ◦ green 89 ◦ blue 68

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

Shades of Green Pea #315944

Tints of Green Pea #315944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.2%

 BLUE value IS 68 (26.95% from 255) = 33.01%

R = 23.79%
G = 43.2%
B = 33.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#315944 (or 0x315944) is known color: Green Pea. HEX triplet: 31, 59 and 44. RGB value is (49,89,68). Sum of RGB (Red+Green+Blue) = 49+89+68=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 89 - color contains mainly: green. Hex color #315944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315944 is #CEA6BB. Grayscale: #4A4A4A. Windows color (decimal): -13543100 or 4479281. OLE color: 4479281.

HSL color Cylindrical-coordinate representation of color #315944: hue angle of 148.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #315944 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 89 68 -
CMYK 0.45 0 0.24 0.65
HSL 148.5º 0.29% 0.27% -
HSV(B) 148.5º 0.45% 0.35% -
XYZ 5.88 8.22 6.74 -
YUV 74.65 124.25 109.71 -
System Red Green Blue C M Y K H S L
Decimal 49 89 68 0.45 0 0.24 0.65 148.5 0.29 0.27
Hex 31 59 44 2D 0 18 41 94 1D 1B
Octal 61 131 104 55 0 30 101 224 35 33
Binary 110001 1011001 1000100 101101 0 11000 1000001 10010100 11101 11011

Color Harmonies of #315944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315944

Black with #315944

Text Example


Text Example

White with #315944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315944; }

 p { color: rgb(49,89,68); }

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

background-color css

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

 a { background-color: rgb(49,89,68); }

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

border-color css

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

 span { border-color: rgb(49,89,68); }

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