Html Css Color HEX #347344 Amazon

📋 copy color: '#347344'

red 52 ◦ green 115 ◦ blue 68

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

Shades of Amazon #347344

Tints of Amazon #347344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.94%

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

R = 22.13%
G = 48.94%
B = 28.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#347344 (or 0x347344) is known color: Amazon. HEX triplet: 34, 73 and 44. RGB value is (52,115,68). Sum of RGB (Red+Green+Blue) = 52+115+68=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #347344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347344 is #CB8CBB. Grayscale: #5A5A5A. Windows color (decimal): -13339836 or 4485940. OLE color: 4485940.

HSL color Cylindrical-coordinate representation of color #347344: hue angle of 135.24º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347344 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 115 68 -
CMYK 0.55 0 0.41 0.55
HSL 135.24º 0.38% 0.33% -
HSV(B) 135.24º 0.55% 0.45% -
XYZ 8.59 13.41 7.6 -
YUV 90.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 52 115 68 0.55 0 0.41 0.55 135.24 0.38 0.33
Hex 34 73 44 37 0 29 37 87 26 21
Octal 64 163 104 67 0 51 67 207 46 41
Binary 110100 1110011 1000100 110111 0 101001 110111 10000111 100110 100001

Color Harmonies of #347344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347344

Black with #347344

Text Example


Text Example

White with #347344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347344; }

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

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

background-color css

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

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

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

border-color css

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

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

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