Html Css Color HEX #31654A Green Pea

📋 copy color: '#31654A'

red 49 ◦ green 101 ◦ blue 74

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

Shades of Green Pea #31654A

Tints of Green Pea #31654A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.09%

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 21.88%
G = 45.09%
B = 33.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#31654A (or 0x31654A) is known color: Green Pea. HEX triplet: 31, 65 and 4A. RGB value is (49,101,74). Sum of RGB (Red+Green+Blue) = 49+101+74=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #31654A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31654A is #CE9AB5. Grayscale: #525252. Windows color (decimal): -13540022 or 4875569. OLE color: 4875569.

HSL color Cylindrical-coordinate representation of color #31654A: hue angle of 148.85º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31654A is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB 49 101 74 -
CMYK 0.51 0 0.27 0.60
HSL 148.85º 0.35% 0.29% -
HSV(B) 148.85º 0.51% 0.4% -
XYZ 7.16 10.45 8.12 -
YUV 82.37 123.27 104.2 -
System Red Green Blue C M Y K H S L
Decimal 49 101 74 0.51 0 0.27 0.60 148.85 0.35 0.29
Hex 31 65 4A 33 0 1B 3C 95 23 1D
Octal 61 145 112 63 0 33 74 225 43 35
Binary 110001 1100101 1001010 110011 0 11011 111100 10010101 100011 11101

Color Harmonies of #31654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31654A

Black with #31654A

Text Example


Text Example

White with #31654A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31654A; }

 p { color: rgb(49,101,74); }

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

background-color css

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

 a { background-color: rgb(49,101,74); }

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

border-color css

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

 span { border-color: rgb(49,101,74); }

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