Html Css Color HEX #347F45 Amazon

📋 copy color: '#347F45'

red 52 ◦ green 127 ◦ blue 69

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

Shades of Amazon #347F45

Tints of Amazon #347F45

RGB

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

 GREEN value IS 127 (50% from 255) = 51.21%

 BLUE value IS 69 (27.34% from 255) = 27.82%

R = 20.97%
G = 51.21%
B = 27.82%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#347F45 (or 0x347F45) is known color: Amazon. HEX triplet: 34, 7F and 45. RGB value is (52,127,69). Sum of RGB (Red+Green+Blue) = 52+127+69=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #347F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347F45 is #CB80BA. Grayscale: #626262. Windows color (decimal): -13336763 or 4554548. OLE color: 4554548.

HSL color Cylindrical-coordinate representation of color #347F45: hue angle of 133.6º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347F45 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 127 69 -
CMYK 0.59 0 0.46 0.50
HSL 133.6º 0.42% 0.35% -
HSV(B) 133.6º 0.59% 0.5% -
XYZ 10.08 16.34 8.25 -
YUV 97.96 111.65 95.22 -
System Red Green Blue C M Y K H S L
Decimal 52 127 69 0.59 0 0.46 0.50 133.6 0.42 0.35
Hex 34 7F 45 3B 0 2E 32 86 2A 23
Octal 64 177 105 73 0 56 62 206 52 43
Binary 110100 1111111 1000101 111011 0 101110 110010 10000110 101010 100011

Color Harmonies of #347F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F45

Black with #347F45

Text Example


Text Example

White with #347F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347F45; }

 p { color: rgb(52,127,69); }

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

background-color css

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

 a { background-color: rgb(52,127,69); }

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

border-color css

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

 span { border-color: rgb(52,127,69); }

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