Html Css Color HEX #347F4B Amazon

📋 copy color: '#347F4B'

red 52 ◦ green 127 ◦ blue 75

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

Shades of Amazon #347F4B

Tints of Amazon #347F4B

RGB

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

 GREEN value IS 127 (50% from 255) = 50%

 BLUE value IS 75 (29.69% from 255) = 29.53%

R = 20.47%
G = 50%
B = 29.53%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#347F4B (or 0x347F4B) is known color: Amazon. HEX triplet: 34, 7F and 4B. RGB value is (52,127,75). Sum of RGB (Red+Green+Blue) = 52+127+75=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 127 (50% from 255 or 50% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 127 - color contains mainly: green. Hex color #347F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347F4B is #CB80B4. Grayscale: #626262. Windows color (decimal): -13336757 or 4947764. OLE color: 4947764.

HSL color Cylindrical-coordinate representation of color #347F4B: hue angle of 138.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347F4B is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 127 75 -
CMYK 0.59 0 0.41 0.50
HSL 138.4º 0.42% 0.35% -
HSV(B) 138.4º 0.59% 0.5% -
XYZ 10.28 16.42 9.28 -
YUV 98.65 114.65 94.73 -
System Red Green Blue C M Y K H S L
Decimal 52 127 75 0.59 0 0.41 0.50 138.4 0.42 0.35
Hex 34 7F 4B 3B 0 29 32 8A 2A 23
Octal 64 177 113 73 0 51 62 212 52 43
Binary 110100 1111111 1001011 111011 0 101001 110010 10001010 101010 100011

Color Harmonies of #347F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F4B

Black with #347F4B

Text Example


Text Example

White with #347F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347F4B; }

 p { color: rgb(52,127,75); }

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

background-color css

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

 a { background-color: rgb(52,127,75); }

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

border-color css

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

 span { border-color: rgb(52,127,75); }

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