Html Css Color HEX #31664B Green Pea

📋 copy color: '#31664B'

red 49 ◦ green 102 ◦ blue 75

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

Shades of Green Pea #31664B

Tints of Green Pea #31664B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.19%

R = 21.68%
G = 45.13%
B = 33.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#31664B (or 0x31664B) is known color: Green Pea. HEX triplet: 31, 66 and 4B. RGB value is (49,102,75). Sum of RGB (Red+Green+Blue) = 49+102+75=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #31664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31664B is #CE99B4. Grayscale: #535353. Windows color (decimal): -13539765 or 4941361. OLE color: 4941361.

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

Color convert

RGB 49 102 75 -
CMYK 0.52 0 0.26 0.6
HSL 149.43º 0.35% 0.3% -
HSV(B) 149.43º 0.52% 0.4% -
XYZ 7.29 10.66 8.33 -
YUV 83.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 49 102 75 0.52 0 0.26 0.6 149.43 0.35 0.3
Hex 31 66 4B 34 0 1A 3C 95 23 1E
Octal 61 146 113 64 0 32 74 225 43 36
Binary 110001 1100110 1001011 110100 0 11010 111100 10010101 100011 11110

Color Harmonies of #31664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31664B

Black with #31664B

Text Example


Text Example

White with #31664B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31664B; }

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

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

background-color css

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

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

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

border-color css

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

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

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