Html Css Color HEX #34854F Amazon

📋 copy color: '#34854F'

red 52 ◦ green 133 ◦ blue 79

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

Shades of Amazon #34854F

Tints of Amazon #34854F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.38%

 BLUE value IS 79 (31.25% from 255) = 29.92%

R = 19.7%
G = 50.38%
B = 29.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#34854F (or 0x34854F) is known color: Amazon. HEX triplet: 34, 85 and 4F. RGB value is (52,133,79). Sum of RGB (Red+Green+Blue) = 52+133+79=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 133 (52.34% from 255 or 50.38% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 133 - color contains mainly: green. Hex color #34854F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34854F is #CB7AB0. Grayscale: #666666. Windows color (decimal): -13335217 or 5211444. OLE color: 5211444.

HSL color Cylindrical-coordinate representation of color #34854F: hue angle of 140º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34854F is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 133 79 -
CMYK 0.61 0 0.41 0.48
HSL 140º 0.44% 0.36% -
HSV(B) 140º 0.61% 0.52% -
XYZ 11.21 18.07 10.29 -
YUV 102.63 114.66 91.89 -
System Red Green Blue C M Y K H S L
Decimal 52 133 79 0.61 0 0.41 0.48 140 0.44 0.36
Hex 34 85 4F 3D 0 29 30 8C 2C 24
Octal 64 205 117 75 0 51 60 214 54 44
Binary 110100 10000101 1001111 111101 0 101001 110000 10001100 101100 100100

Color Harmonies of #34854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34854F

Black with #34854F

Text Example


Text Example

White with #34854F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,133,79); }

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

background-color css

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

 a { background-color: rgb(52,133,79); }

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

border-color css

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

 span { border-color: rgb(52,133,79); }

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