Html Css Color HEX #347955 Amazon

📋 copy color: '#347955'

red 52 ◦ green 121 ◦ blue 85

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

Shades of Amazon #347955

Tints of Amazon #347955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.9%

 BLUE value IS 85 (33.59% from 255) = 32.95%

R = 20.16%
G = 46.9%
B = 32.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#347955 (or 0x347955) is known color: Amazon. HEX triplet: 34, 79 and 55. RGB value is (52,121,85). Sum of RGB (Red+Green+Blue) = 52+121+85=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #347955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347955 is #CB86AA. Grayscale: #606060. Windows color (decimal): -13338283 or 5601588. OLE color: 5601588.

HSL color Cylindrical-coordinate representation of color #347955: hue angle of 148.7º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347955 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 121 85 -
CMYK 0.57 0 0.30 0.53
HSL 148.7º 0.4% 0.34% -
HSV(B) 148.7º 0.57% 0.47% -
XYZ 9.89 15.06 10.98 -
YUV 96.27 121.64 96.43 -
System Red Green Blue C M Y K H S L
Decimal 52 121 85 0.57 0 0.30 0.53 148.7 0.4 0.34
Hex 34 79 55 39 0 1E 35 95 28 22
Octal 64 171 125 71 0 36 65 225 50 42
Binary 110100 1111001 1010101 111001 0 11110 110101 10010101 101000 100010

Color Harmonies of #347955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347955

Black with #347955

Text Example


Text Example

White with #347955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347955; }

 p { color: rgb(52,121,85); }

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

background-color css

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

 a { background-color: rgb(52,121,85); }

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

border-color css

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

 span { border-color: rgb(52,121,85); }

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