Html Css Color HEX #348246 Amazon

📋 copy color: '#348246'

red 52 ◦ green 130 ◦ blue 70

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

Shades of Amazon #348246

Tints of Amazon #348246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.78%

R = 20.63%
G = 51.59%
B = 27.78%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#348246 (or 0x348246) is known color: Amazon. HEX triplet: 34, 82 and 46. RGB value is (52,130,70). Sum of RGB (Red+Green+Blue) = 52+130+70=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #348246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348246 is #CB7DB9. Grayscale: #646464. Windows color (decimal): -13335994 or 4620852. OLE color: 4620852.

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

Color convert

RGB 52 130 70 -
CMYK 0.60 0 0.46 0.49
HSL 133.85º 0.43% 0.36% -
HSV(B) 133.85º 0.6% 0.51% -
XYZ 10.5 17.14 8.55 -
YUV 99.84 111.16 93.88 -
System Red Green Blue C M Y K H S L
Decimal 52 130 70 0.60 0 0.46 0.49 133.85 0.43 0.36
Hex 34 82 46 3C 0 2E 31 86 2B 24
Octal 64 202 106 74 0 56 61 206 53 44
Binary 110100 10000010 1000110 111100 0 101110 110001 10000110 101011 100100

Color Harmonies of #348246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348246

Black with #348246

Text Example


Text Example

White with #348246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348246; }

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

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

background-color css

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

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

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

border-color css

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

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

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