Html Css Color HEX #347644 Amazon

📋 copy color: '#347644'

red 52 ◦ green 118 ◦ blue 68

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

Shades of Amazon #347644

Tints of Amazon #347644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.57%

R = 21.85%
G = 49.58%
B = 28.57%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#347644 (or 0x347644) is known color: Amazon. HEX triplet: 34, 76 and 44. RGB value is (52,118,68). Sum of RGB (Red+Green+Blue) = 52+118+68=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #347644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347644 is #CB89BB. Grayscale: #5C5C5C. Windows color (decimal): -13339068 or 4486708. OLE color: 4486708.

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

Color convert

RGB 52 118 68 -
CMYK 0.56 0 0.42 0.54
HSL 134.55º 0.39% 0.33% -
HSV(B) 134.55º 0.56% 0.46% -
XYZ 8.94 14.1 7.72 -
YUV 92.57 114.13 99.07 -
System Red Green Blue C M Y K H S L
Decimal 52 118 68 0.56 0 0.42 0.54 134.55 0.39 0.33
Hex 34 76 44 38 0 2A 36 87 27 21
Octal 64 166 104 70 0 52 66 207 47 41
Binary 110100 1110110 1000100 111000 0 101010 110110 10000111 100111 100001

Color Harmonies of #347644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347644

Black with #347644

Text Example


Text Example

White with #347644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347644; }

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

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

background-color css

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

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

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

border-color css

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

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

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