Html Css Color HEX #348352 Amazon

📋 copy color: '#348352'

red 52 ◦ green 131 ◦ blue 82

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

Shades of Amazon #348352

Tints of Amazon #348352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.43%

 BLUE value IS 82 (32.42% from 255) = 30.94%

R = 19.62%
G = 49.43%
B = 30.94%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#348352 (or 0x348352) is known color: Amazon. HEX triplet: 34, 83 and 52. RGB value is (52,131,82). Sum of RGB (Red+Green+Blue) = 52+131+82=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #348352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348352 is #CB7CAD. Grayscale: #656565. Windows color (decimal): -13335726 or 5407540. OLE color: 5407540.

HSL color Cylindrical-coordinate representation of color #348352: hue angle of 142.78º 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 #348352 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 131 82 -
CMYK 0.60 0 0.37 0.49
HSL 142.78º 0.43% 0.36% -
HSV(B) 142.78º 0.6% 0.51% -
XYZ 11.06 17.57 10.79 -
YUV 101.79 116.83 92.48 -
System Red Green Blue C M Y K H S L
Decimal 52 131 82 0.60 0 0.37 0.49 142.78 0.43 0.36
Hex 34 83 52 3C 0 25 31 8F 2B 24
Octal 64 203 122 74 0 45 61 217 53 44
Binary 110100 10000011 1010010 111100 0 100101 110001 10001111 101011 100100

Color Harmonies of #348352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348352

Black with #348352

Text Example


Text Example

White with #348352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348352; }

 p { color: rgb(52,131,82); }

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

background-color css

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

 a { background-color: rgb(52,131,82); }

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

border-color css

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

 span { border-color: rgb(52,131,82); }

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