Html Css Color HEX #347758 Amazon

📋 copy color: '#347758'

red 52 ◦ green 119 ◦ blue 88

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

Shades of Amazon #347758

Tints of Amazon #347758

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.95%

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

R = 20.08%
G = 45.95%
B = 33.98%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#347758 (or 0x347758) is known color: Amazon. HEX triplet: 34, 77 and 58. RGB value is (52,119,88). Sum of RGB (Red+Green+Blue) = 52+119+88=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #347758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347758 is #CB88A7. Grayscale: #5F5F5F. Windows color (decimal): -13338792 or 5797684. OLE color: 5797684.

HSL color Cylindrical-coordinate representation of color #347758: hue angle of 152.24º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #347758 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 119 88 -
CMYK 0.56 0 0.26 0.53
HSL 152.24º 0.39% 0.34% -
HSV(B) 152.24º 0.56% 0.47% -
XYZ 9.77 14.63 11.54 -
YUV 95.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 52 119 88 0.56 0 0.26 0.53 152.24 0.39 0.34
Hex 34 77 58 38 0 1A 35 98 27 22
Octal 64 167 130 70 0 32 65 230 47 42
Binary 110100 1110111 1011000 111000 0 11010 110101 10011000 100111 100010

Color Harmonies of #347758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347758

Black with #347758

Text Example


Text Example

White with #347758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347758; }

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

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

background-color css

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

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

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

border-color css

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

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

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