Html Css Color HEX #347658 Amazon

📋 copy color: '#347658'

red 52 ◦ green 118 ◦ blue 88

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

Shades of Amazon #347658

Tints of Amazon #347658

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.74%

 BLUE value IS 88 (34.77% from 255) = 34.11%

R = 20.16%
G = 45.74%
B = 34.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#347658 (or 0x347658) is known color: Amazon. HEX triplet: 34, 76 and 58. RGB value is (52,118,88). Sum of RGB (Red+Green+Blue) = 52+118+88=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #347658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347658 is #CB89A7. Grayscale: #5E5E5E. Windows color (decimal): -13339048 or 5797428. OLE color: 5797428.

HSL color Cylindrical-coordinate representation of color #347658: hue angle of 152.73º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347658 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 118 88 -
CMYK 0.56 0 0.25 0.54
HSL 152.73º 0.39% 0.33% -
HSV(B) 152.73º 0.56% 0.46% -
XYZ 9.66 14.39 11.5 -
YUV 94.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 52 118 88 0.56 0 0.25 0.54 152.73 0.39 0.33
Hex 34 76 58 38 0 19 36 99 27 21
Octal 64 166 130 70 0 31 66 231 47 41
Binary 110100 1110110 1011000 111000 0 11001 110110 10011001 100111 100001

Color Harmonies of #347658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347658

Black with #347658

Text Example


Text Example

White with #347658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347658; }

 p { color: rgb(52,118,88); }

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

background-color css

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

 a { background-color: rgb(52,118,88); }

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

border-color css

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

 span { border-color: rgb(52,118,88); }

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