Html Css Color HEX #347046 Amazon

📋 copy color: '#347046'

red 52 ◦ green 112 ◦ blue 70

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

Shades of Amazon #347046

Tints of Amazon #347046

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.86%

 BLUE value IS 70 (27.73% from 255) = 29.91%

R = 22.22%
G = 47.86%
B = 29.91%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#347046 (or 0x347046) is known color: Amazon. HEX triplet: 34, 70 and 46. RGB value is (52,112,70). Sum of RGB (Red+Green+Blue) = 52+112+70=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #347046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347046 is #CB8FB9. Grayscale: #595959. Windows color (decimal): -13340602 or 4616244. OLE color: 4616244.

HSL color Cylindrical-coordinate representation of color #347046: hue angle of 138º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #347046 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 112 70 -
CMYK 0.54 0 0.38 0.56
HSL 138º 0.37% 0.32% -
HSV(B) 138º 0.54% 0.44% -
XYZ 8.32 12.76 7.82 -
YUV 89.27 117.12 101.42 -
System Red Green Blue C M Y K H S L
Decimal 52 112 70 0.54 0 0.38 0.56 138 0.37 0.32
Hex 34 70 46 36 0 26 38 8A 25 20
Octal 64 160 106 66 0 46 70 212 45 40
Binary 110100 1110000 1000110 110110 0 100110 111000 10001010 100101 100000

Color Harmonies of #347046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347046

Black with #347046

Text Example


Text Example

White with #347046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347046; }

 p { color: rgb(52,112,70); }

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

background-color css

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

 a { background-color: rgb(52,112,70); }

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

border-color css

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

 span { border-color: rgb(52,112,70); }

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