Html Css Color HEX #316642 Green Pea

📋 copy color: '#316642'

red 49 ◦ green 102 ◦ blue 66

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

Shades of Green Pea #316642

Tints of Green Pea #316642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.41%

R = 22.58%
G = 47%
B = 30.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#316642 (or 0x316642) is known color: Green Pea. HEX triplet: 31, 66 and 42. RGB value is (49,102,66). Sum of RGB (Red+Green+Blue) = 49+102+66=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #316642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316642 is #CE99BD. Grayscale: #525252. Windows color (decimal): -13539774 or 4351537. OLE color: 4351537.

HSL color Cylindrical-coordinate representation of color #316642: hue angle of 139.25º 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 #316642 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB 49 102 66 -
CMYK 0.52 0 0.35 0.6
HSL 139.25º 0.35% 0.3% -
HSV(B) 139.25º 0.52% 0.4% -
XYZ 7 10.55 6.82 -
YUV 82.05 118.94 104.43 -
System Red Green Blue C M Y K H S L
Decimal 49 102 66 0.52 0 0.35 0.6 139.25 0.35 0.3
Hex 31 66 42 34 0 23 3C 8B 23 1E
Octal 61 146 102 64 0 43 74 213 43 36
Binary 110001 1100110 1000010 110100 0 100011 111100 10001011 100011 11110

Color Harmonies of #316642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316642

Black with #316642

Text Example


Text Example

White with #316642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316642; }

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

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

background-color css

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

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

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

border-color css

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

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

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