Html Css Color HEX #348256 Amazon

📋 copy color: '#348256'

red 52 ◦ green 130 ◦ blue 86

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

Shades of Amazon #348256

Tints of Amazon #348256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.51%

 BLUE value IS 86 (33.98% from 255) = 32.09%

R = 19.4%
G = 48.51%
B = 32.09%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#348256 (or 0x348256) is known color: Amazon. HEX triplet: 34, 82 and 56. RGB value is (52,130,86). Sum of RGB (Red+Green+Blue) = 52+130+86=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #348256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348256 is #CB7DA9. Grayscale: #656565. Windows color (decimal): -13335978 or 5669428. OLE color: 5669428.

HSL color Cylindrical-coordinate representation of color #348256: hue angle of 146.15º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348256 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 86 -
CMYK 0.60 0 0.34 0.49
HSL 146.15º 0.43% 0.36% -
HSV(B) 146.15º 0.6% 0.51% -
XYZ 11.08 17.37 11.57 -
YUV 101.66 119.16 92.58 -
System Red Green Blue C M Y K H S L
Decimal 52 130 86 0.60 0 0.34 0.49 146.15 0.43 0.36
Hex 34 82 56 3C 0 22 31 92 2B 24
Octal 64 202 126 74 0 42 61 222 53 44
Binary 110100 10000010 1010110 111100 0 100010 110001 10010010 101011 100100

Color Harmonies of #348256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348256

Black with #348256

Text Example


Text Example

White with #348256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348256; }

 p { color: rgb(52,130,86); }

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

background-color css

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

 a { background-color: rgb(52,130,86); }

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

border-color css

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

 span { border-color: rgb(52,130,86); }

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