Html Css Color HEX #31814C Amazon

📋 copy color: '#31814C'

red 49 ◦ green 129 ◦ blue 76

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

Shades of Amazon #31814C

Tints of Amazon #31814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.79%

 BLUE value IS 76 (30.08% from 255) = 29.92%

R = 19.29%
G = 50.79%
B = 29.92%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#31814C (or 0x31814C) is known color: Amazon. HEX triplet: 31, 81 and 4C. RGB value is (49,129,76). Sum of RGB (Red+Green+Blue) = 49+129+76=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #31814C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31814C is #CE7EB3. Grayscale: #636363. Windows color (decimal): -13532852 or 5013809. OLE color: 5013809.

HSL color Cylindrical-coordinate representation of color #31814C: hue angle of 140.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31814C is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 129 76 -
CMYK 0.62 0 0.41 0.49
HSL 140.25º 0.45% 0.35% -
HSV(B) 140.25º 0.62% 0.51% -
XYZ 10.42 16.88 9.55 -
YUV 99.04 115 92.31 -
System Red Green Blue C M Y K H S L
Decimal 49 129 76 0.62 0 0.41 0.49 140.25 0.45 0.35
Hex 31 81 4C 3E 0 29 31 8C 2D 23
Octal 61 201 114 76 0 51 61 214 55 43
Binary 110001 10000001 1001100 111110 0 101001 110001 10001100 101101 100011

Color Harmonies of #31814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31814C

Black with #31814C

Text Example


Text Example

White with #31814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31814C; }

 p { color: rgb(49,129,76); }

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

background-color css

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

 a { background-color: rgb(49,129,76); }

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

border-color css

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

 span { border-color: rgb(49,129,76); }

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