Html Css Color HEX #34864A Amazon

📋 copy color: '#34864A'

red 52 ◦ green 134 ◦ blue 74

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

Shades of Amazon #34864A

Tints of Amazon #34864A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.54%

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 20%
G = 51.54%
B = 28.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#34864A (or 0x34864A) is known color: Amazon. HEX triplet: 34, 86 and 4A. RGB value is (52,134,74). Sum of RGB (Red+Green+Blue) = 52+134+74=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #34864A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34864A is #CB79B5. Grayscale: #666666. Windows color (decimal): -13334966 or 4884020. OLE color: 4884020.

HSL color Cylindrical-coordinate representation of color #34864A: hue angle of 136.1º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34864A is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 134 74 -
CMYK 0.61 0 0.45 0.47
HSL 136.1º 0.44% 0.36% -
HSV(B) 136.1º 0.61% 0.53% -
XYZ 11.18 18.27 9.42 -
YUV 102.64 111.83 91.88 -
System Red Green Blue C M Y K H S L
Decimal 52 134 74 0.61 0 0.45 0.47 136.1 0.44 0.36
Hex 34 86 4A 3D 0 2D 2F 88 2C 24
Octal 64 206 112 75 0 55 57 210 54 44
Binary 110100 10000110 1001010 111101 0 101101 101111 10001000 101100 100100

Color Harmonies of #34864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34864A

Black with #34864A

Text Example


Text Example

White with #34864A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,134,74); }

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

background-color css

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

 a { background-color: rgb(52,134,74); }

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

border-color css

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

 span { border-color: rgb(52,134,74); }

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