Html Css Color HEX #34815A Amazon

📋 copy color: '#34815A'

red 52 ◦ green 129 ◦ blue 90

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

Shades of Amazon #34815A

Tints of Amazon #34815A

RGB

 RED value IS 52 (20.7% from 255) = 19.19%

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

 BLUE value IS 90 (35.55% from 255) = 33.21%

R = 19.19%
G = 47.6%
B = 33.21%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#34815A (or 0x34815A) is known color: Amazon. HEX triplet: 34, 81 and 5A. RGB value is (52,129,90). Sum of RGB (Red+Green+Blue) = 52+129+90=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #34815A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34815A is #CB7EA5. Grayscale: #656565. Windows color (decimal): -13336230 or 5931316. OLE color: 5931316.

HSL color Cylindrical-coordinate representation of color #34815A: hue angle of 149.61º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34815A is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 129 90 -
CMYK 0.60 0 0.30 0.49
HSL 149.61º 0.43% 0.35% -
HSV(B) 149.61º 0.6% 0.51% -
XYZ 11.11 17.17 12.4 -
YUV 101.53 121.49 92.67 -
System Red Green Blue C M Y K H S L
Decimal 52 129 90 0.60 0 0.30 0.49 149.61 0.43 0.35
Hex 34 81 5A 3C 0 1E 31 96 2B 23
Octal 64 201 132 74 0 36 61 226 53 43
Binary 110100 10000001 1011010 111100 0 11110 110001 10010110 101011 100011

Color Harmonies of #34815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34815A

Black with #34815A

Text Example


Text Example

White with #34815A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,129,90); }

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

background-color css

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

 a { background-color: rgb(52,129,90); }

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

border-color css

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

 span { border-color: rgb(52,129,90); }

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