Html Css Color HEX #347B45 Amazon

📋 copy color: '#347B45'

red 52 ◦ green 123 ◦ blue 69

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

Shades of Amazon #347B45

Tints of Amazon #347B45

RGB

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

 GREEN value IS 123 (48.44% from 255) = 50.41%

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

R = 21.31%
G = 50.41%
B = 28.28%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.52

RGB Variations

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

Color information

#347B45 (or 0x347B45) is known color: Amazon. HEX triplet: 34, 7B and 45. RGB value is (52,123,69). Sum of RGB (Red+Green+Blue) = 52+123+69=244 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.31% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #347B45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347B45 is #CB84BA. Grayscale: #5F5F5F. Windows color (decimal): -13337787 or 4553524. OLE color: 4553524.

HSL color Cylindrical-coordinate representation of color #347B45: hue angle of 134.37º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347B45 is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 123 69 -
CMYK 0.58 0 0.44 0.52
HSL 134.37º 0.41% 0.34% -
HSV(B) 134.37º 0.58% 0.48% -
XYZ 9.57 15.33 8.08 -
YUV 95.62 112.98 96.89 -
System Red Green Blue C M Y K H S L
Decimal 52 123 69 0.58 0 0.44 0.52 134.37 0.41 0.34
Hex 34 7B 45 3A 0 2C 34 86 29 22
Octal 64 173 105 72 0 54 64 206 51 42
Binary 110100 1111011 1000101 111010 0 101100 110100 10000110 101001 100010

Color Harmonies of #347B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347B45

Black with #347B45

Text Example


Text Example

White with #347B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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