Html Css Color HEX #348548 Amazon

📋 copy color: '#348548'

red 52 ◦ green 133 ◦ blue 72

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

Shades of Amazon #348548

Tints of Amazon #348548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.75%

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

R = 20.23%
G = 51.75%
B = 28.02%

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

#348548 (or 0x348548) is known color: Amazon. HEX triplet: 34, 85 and 48. RGB value is (52,133,72). Sum of RGB (Red+Green+Blue) = 52+133+72=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #348548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348548 is #CB7AB7. Grayscale: #656565. Windows color (decimal): -13335224 or 4752692. OLE color: 4752692.

HSL color Cylindrical-coordinate representation of color #348548: hue angle of 134.81º degrees, saturation: 0.44, 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 #348548 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 133 72 -
CMYK 0.61 0 0.46 0.48
HSL 134.81º 0.44% 0.36% -
HSV(B) 134.81º 0.61% 0.52% -
XYZ 10.97 17.97 9.02 -
YUV 101.83 111.16 92.46 -
System Red Green Blue C M Y K H S L
Decimal 52 133 72 0.61 0 0.46 0.48 134.81 0.44 0.36
Hex 34 85 48 3D 0 2E 30 87 2C 24
Octal 64 205 110 75 0 56 60 207 54 44
Binary 110100 10000101 1001000 111101 0 101110 110000 10000111 101100 100100

Color Harmonies of #348548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348548

Black with #348548

Text Example


Text Example

White with #348548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348548; }

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

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

background-color css

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

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

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

border-color css

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

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

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