Html Css Color HEX #347950 Amazon

📋 copy color: '#347950'

red 52 ◦ green 121 ◦ blue 80

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

Shades of Amazon #347950

Tints of Amazon #347950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.62%

R = 20.55%
G = 47.83%
B = 31.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#347950 (or 0x347950) is known color: Amazon. HEX triplet: 34, 79 and 50. RGB value is (52,121,80). Sum of RGB (Red+Green+Blue) = 52+121+80=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 121 - color contains mainly: green. Hex color #347950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347950 is #CB86AF. Grayscale: #5F5F5F. Windows color (decimal): -13338288 or 5273908. OLE color: 5273908.

HSL color Cylindrical-coordinate representation of color #347950: hue angle of 144.35º 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 #347950 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 121 80 -
CMYK 0.57 0 0.34 0.53
HSL 144.35º 0.4% 0.34% -
HSV(B) 144.35º 0.57% 0.47% -
XYZ 9.7 14.98 9.97 -
YUV 95.7 119.14 96.83 -
System Red Green Blue C M Y K H S L
Decimal 52 121 80 0.57 0 0.34 0.53 144.35 0.4 0.34
Hex 34 79 50 39 0 22 35 90 28 22
Octal 64 171 120 71 0 42 65 220 50 42
Binary 110100 1111001 1010000 111001 0 100010 110101 10010000 101000 100010

Color Harmonies of #347950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347950

Black with #347950

Text Example


Text Example

White with #347950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347950; }

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

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

background-color css

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

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

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

border-color css

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

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

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