Html Css Color HEX #347755 Amazon

📋 copy color: '#347755'

red 52 ◦ green 119 ◦ blue 85

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

Shades of Amazon #347755

Tints of Amazon #347755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.2%

R = 20.31%
G = 46.48%
B = 33.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#347755 (or 0x347755) is known color: Amazon. HEX triplet: 34, 77 and 55. RGB value is (52,119,85). Sum of RGB (Red+Green+Blue) = 52+119+85=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #347755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347755 is #CB88AA. Grayscale: #5F5F5F. Windows color (decimal): -13338795 or 5601076. OLE color: 5601076.

HSL color Cylindrical-coordinate representation of color #347755: hue angle of 149.55º 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 #347755 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 119 85 -
CMYK 0.56 0 0.29 0.53
HSL 149.55º 0.39% 0.34% -
HSV(B) 149.55º 0.56% 0.47% -
XYZ 9.65 14.58 10.9 -
YUV 95.09 122.3 97.26 -
System Red Green Blue C M Y K H S L
Decimal 52 119 85 0.56 0 0.29 0.53 149.55 0.39 0.34
Hex 34 77 55 38 0 1D 35 96 27 22
Octal 64 167 125 70 0 35 65 226 47 42
Binary 110100 1110111 1010101 111000 0 11101 110101 10010110 100111 100010

Color Harmonies of #347755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347755

Black with #347755

Text Example


Text Example

White with #347755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347755; }

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

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

background-color css

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

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

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

border-color css

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

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

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