Html Css Color HEX #34854C Amazon

📋 copy color: '#34854C'

red 52 ◦ green 133 ◦ blue 76

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

Shades of Amazon #34854C

Tints of Amazon #34854C

RGB

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

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

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

R = 19.92%
G = 50.96%
B = 29.12%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#34854C (or 0x34854C) is known color: Amazon. HEX triplet: 34, 85 and 4C. RGB value is (52,133,76). Sum of RGB (Red+Green+Blue) = 52+133+76=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #34854C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34854C is #CB7AB3. Grayscale: #666666. Windows color (decimal): -13335220 or 5014836. OLE color: 5014836.

HSL color Cylindrical-coordinate representation of color #34854C: hue angle of 137.78º 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 #34854C is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 133 76 -
CMYK 0.61 0 0.43 0.48
HSL 137.78º 0.44% 0.36% -
HSV(B) 137.78º 0.61% 0.52% -
XYZ 11.11 18.03 9.73 -
YUV 102.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 52 133 76 0.61 0 0.43 0.48 137.78 0.44 0.36
Hex 34 85 4C 3D 0 2B 30 8A 2C 24
Octal 64 205 114 75 0 53 60 212 54 44
Binary 110100 10000101 1001100 111101 0 101011 110000 10001010 101100 100100

Color Harmonies of #34854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34854C

Black with #34854C

Text Example


Text Example

White with #34854C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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