Html Css Color HEX #348847 Amazon

📋 copy color: '#348847'

red 52 ◦ green 136 ◦ blue 71

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

Shades of Amazon #348847

Tints of Amazon #348847

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.51%

 BLUE value IS 71 (28.13% from 255) = 27.41%

R = 20.08%
G = 52.51%
B = 27.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#348847 (or 0x348847) is known color: Amazon. HEX triplet: 34, 88 and 47. RGB value is (52,136,71). Sum of RGB (Red+Green+Blue) = 52+136+71=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 136 (53.52% from 255 or 52.51% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 136 - color contains mainly: green. Hex color #348847 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348847 is #CB77B8. Grayscale: #676767. Windows color (decimal): -13334457 or 4687924. OLE color: 4687924.

HSL color Cylindrical-coordinate representation of color #348847: hue angle of 133.57º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348847 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 136 71 -
CMYK 0.62 0 0.48 0.47
HSL 133.57º 0.45% 0.37% -
HSV(B) 133.57º 0.62% 0.53% -
XYZ 11.36 18.79 8.99 -
YUV 103.47 109.67 91.29 -
System Red Green Blue C M Y K H S L
Decimal 52 136 71 0.62 0 0.48 0.47 133.57 0.45 0.37
Hex 34 88 47 3E 0 30 2F 86 2D 25
Octal 64 210 107 76 0 60 57 206 55 45
Binary 110100 10001000 1000111 111110 0 110000 101111 10000110 101101 100101

Color Harmonies of #348847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348847

Black with #348847

Text Example


Text Example

White with #348847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348847; }

 p { color: rgb(52,136,71); }

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

background-color css

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

 a { background-color: rgb(52,136,71); }

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

border-color css

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

 span { border-color: rgb(52,136,71); }

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