Html Css Color HEX #316644 Green Pea

📋 copy color: '#316644'

red 49 ◦ green 102 ◦ blue 68

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

Shades of Green Pea #316644

Tints of Green Pea #316644

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.58%

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

R = 22.37%
G = 46.58%
B = 31.05%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#316644 (or 0x316644) is known color: Green Pea. HEX triplet: 31, 66 and 44. RGB value is (49,102,68). Sum of RGB (Red+Green+Blue) = 49+102+68=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #316644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316644 is #CE99BB. Grayscale: #525252. Windows color (decimal): -13539772 or 4482609. OLE color: 4482609.

HSL color Cylindrical-coordinate representation of color #316644: hue angle of 141.51º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316644 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 102 68 -
CMYK 0.52 0 0.33 0.6
HSL 141.51º 0.35% 0.3% -
HSV(B) 141.51º 0.52% 0.4% -
XYZ 7.06 10.57 7.14 -
YUV 82.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 49 102 68 0.52 0 0.33 0.6 141.51 0.35 0.3
Hex 31 66 44 34 0 21 3C 8E 23 1E
Octal 61 146 104 64 0 41 74 216 43 36
Binary 110001 1100110 1000100 110100 0 100001 111100 10001110 100011 11110

Color Harmonies of #316644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316644

Black with #316644

Text Example


Text Example

White with #316644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316644; }

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

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

background-color css

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

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

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

border-color css

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

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

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