Html Css Color HEX #348447 Amazon

📋 copy color: '#348447'

red 52 ◦ green 132 ◦ blue 71

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

Shades of Amazon #348447

Tints of Amazon #348447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.76%

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

R = 20.39%
G = 51.76%
B = 27.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#348447 (or 0x348447) is known color: Amazon. HEX triplet: 34, 84 and 47. RGB value is (52,132,71). Sum of RGB (Red+Green+Blue) = 52+132+71=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #348447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348447 is #CB7BB8. Grayscale: #656565. Windows color (decimal): -13335481 or 4686900. OLE color: 4686900.

HSL color Cylindrical-coordinate representation of color #348447: hue angle of 134.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348447 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 71 -
CMYK 0.61 0 0.46 0.48
HSL 134.25º 0.43% 0.36% -
HSV(B) 134.25º 0.61% 0.52% -
XYZ 10.8 17.69 8.81 -
YUV 101.13 111 92.96 -
System Red Green Blue C M Y K H S L
Decimal 52 132 71 0.61 0 0.46 0.48 134.25 0.43 0.36
Hex 34 84 47 3D 0 2E 30 86 2B 24
Octal 64 204 107 75 0 56 60 206 53 44
Binary 110100 10000100 1000111 111101 0 101110 110000 10000110 101011 100100

Color Harmonies of #348447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348447

Black with #348447

Text Example


Text Example

White with #348447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348447; }

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

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

background-color css

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

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

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

border-color css

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

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

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