Html Css Color HEX #347348 Amazon

📋 copy color: '#347348'

red 52 ◦ green 115 ◦ blue 72

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

Shades of Amazon #347348

Tints of Amazon #347348

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.12%

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 21.76%
G = 48.12%
B = 30.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#347348 (or 0x347348) is known color: Amazon. HEX triplet: 34, 73 and 48. RGB value is (52,115,72). Sum of RGB (Red+Green+Blue) = 52+115+72=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #347348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347348 is #CB8CB7. Grayscale: #5B5B5B. Windows color (decimal): -13339832 or 4748084. OLE color: 4748084.

HSL color Cylindrical-coordinate representation of color #347348: hue angle of 139.05º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347348 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 115 72 -
CMYK 0.55 0 0.37 0.55
HSL 139.05º 0.38% 0.33% -
HSV(B) 139.05º 0.55% 0.45% -
XYZ 8.72 13.46 8.27 -
YUV 91.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 52 115 72 0.55 0 0.37 0.55 139.05 0.38 0.33
Hex 34 73 48 37 0 25 37 8B 26 21
Octal 64 163 110 67 0 45 67 213 46 41
Binary 110100 1110011 1001000 110111 0 100101 110111 10001011 100110 100001

Color Harmonies of #347348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347348

Black with #347348

Text Example


Text Example

White with #347348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347348; }

 p { color: rgb(52,115,72); }

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

background-color css

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

 a { background-color: rgb(52,115,72); }

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

border-color css

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

 span { border-color: rgb(52,115,72); }

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