Html Css Color HEX #34805F Amazon

📋 copy color: '#34805F'

red 52 ◦ green 128 ◦ blue 95

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

Shades of Amazon #34805F

Tints of Amazon #34805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.55%

 BLUE value IS 95 (37.5% from 255) = 34.55%

R = 18.91%
G = 46.55%
B = 34.55%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#34805F (or 0x34805F) is known color: Amazon. HEX triplet: 34, 80 and 5F. RGB value is (52,128,95). Sum of RGB (Red+Green+Blue) = 52+128+95=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #34805F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34805F is #CB7FA0. Grayscale: #656565. Windows color (decimal): -13336481 or 6258740. OLE color: 6258740.

HSL color Cylindrical-coordinate representation of color #34805F: hue angle of 153.95º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34805F is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 128 95 -
CMYK 0.59 0 0.26 0.50
HSL 153.95º 0.42% 0.35% -
HSV(B) 153.95º 0.59% 0.5% -
XYZ 11.2 16.99 13.52 -
YUV 101.51 124.32 92.68 -
System Red Green Blue C M Y K H S L
Decimal 52 128 95 0.59 0 0.26 0.50 153.95 0.42 0.35
Hex 34 80 5F 3B 0 1A 32 9A 2A 23
Octal 64 200 137 73 0 32 62 232 52 43
Binary 110100 10000000 1011111 111011 0 11010 110010 10011010 101010 100011

Color Harmonies of #34805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34805F

Black with #34805F

Text Example


Text Example

White with #34805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34805F; }

 p { color: rgb(52,128,95); }

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

background-color css

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

 a { background-color: rgb(52,128,95); }

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

border-color css

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

 span { border-color: rgb(52,128,95); }

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