Html Css Color HEX #347654 Amazon

📋 copy color: '#347654'

red 52 ◦ green 118 ◦ blue 84

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

Shades of Amazon #347654

Tints of Amazon #347654

RGB

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

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

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

R = 20.47%
G = 46.46%
B = 33.07%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#347654 (or 0x347654) is known color: Amazon. HEX triplet: 34, 76 and 54. RGB value is (52,118,84). Sum of RGB (Red+Green+Blue) = 52+118+84=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #347654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347654 is #CB89AB. Grayscale: #5E5E5E. Windows color (decimal): -13339052 or 5535284. OLE color: 5535284.

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

Color convert

RGB 52 118 84 -
CMYK 0.56 0 0.29 0.54
HSL 149.09º 0.39% 0.33% -
HSV(B) 149.09º 0.56% 0.46% -
XYZ 9.49 14.33 10.65 -
YUV 94.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 52 118 84 0.56 0 0.29 0.54 149.09 0.39 0.33
Hex 34 76 54 38 0 1D 36 95 27 21
Octal 64 166 124 70 0 35 66 225 47 41
Binary 110100 1110110 1010100 111000 0 11101 110110 10010101 100111 100001

Color Harmonies of #347654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347654

Black with #347654

Text Example


Text Example

White with #347654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347654; }

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

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

background-color css

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

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

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

border-color css

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

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

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