Html Css Color HEX #348646 Amazon

📋 copy color: '#348646'

red 52 ◦ green 134 ◦ blue 70

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

Shades of Amazon #348646

Tints of Amazon #348646

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.34%

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

R = 20.31%
G = 52.34%
B = 27.34%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#348646 (or 0x348646) is known color: Amazon. HEX triplet: 34, 86 and 46. RGB value is (52,134,70). Sum of RGB (Red+Green+Blue) = 52+134+70=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #348646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348646 is #CB79B9. Grayscale: #666666. Windows color (decimal): -13334970 or 4621876. OLE color: 4621876.

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

Color convert

RGB 52 134 70 -
CMYK 0.61 0 0.48 0.47
HSL 133.17º 0.44% 0.36% -
HSV(B) 133.17º 0.61% 0.53% -
XYZ 11.05 18.22 8.73 -
YUV 102.19 109.83 92.2 -
System Red Green Blue C M Y K H S L
Decimal 52 134 70 0.61 0 0.48 0.47 133.17 0.44 0.36
Hex 34 86 46 3D 0 30 2F 85 2C 24
Octal 64 206 106 75 0 60 57 205 54 44
Binary 110100 10000110 1000110 111101 0 110000 101111 10000101 101100 100100

Color Harmonies of #348646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348646

Black with #348646

Text Example


Text Example

White with #348646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348646; }

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

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

background-color css

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

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

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

border-color css

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

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

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