Html Css Color HEX #347754 Amazon

📋 copy color: '#347754'

red 52 ◦ green 119 ◦ blue 84

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

Shades of Amazon #347754

Tints of Amazon #347754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.94%

R = 20.39%
G = 46.67%
B = 32.94%

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

#347754 (or 0x347754) is known color: Amazon. HEX triplet: 34, 77 and 54. RGB value is (52,119,84). Sum of RGB (Red+Green+Blue) = 52+119+84=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 119 (46.88% from 255 or 46.67% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 119 - color contains mainly: green. Hex color #347754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347754 is #CB88AB. Grayscale: #5F5F5F. Windows color (decimal): -13338796 or 5535540. OLE color: 5535540.

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

Color convert

RGB 52 119 84 -
CMYK 0.56 0 0.29 0.53
HSL 148.66º 0.39% 0.34% -
HSV(B) 148.66º 0.56% 0.47% -
XYZ 9.61 14.56 10.69 -
YUV 94.98 121.8 97.35 -
System Red Green Blue C M Y K H S L
Decimal 52 119 84 0.56 0 0.29 0.53 148.66 0.39 0.34
Hex 34 77 54 38 0 1D 35 95 27 22
Octal 64 167 124 70 0 35 65 225 47 42
Binary 110100 1110111 1010100 111000 0 11101 110101 10010101 100111 100010

Color Harmonies of #347754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347754

Black with #347754

Text Example


Text Example

White with #347754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347754; }

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

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

background-color css

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

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

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

border-color css

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

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

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