Html Css Color HEX #348944 Amazon

📋 copy color: '#348944'

red 52 ◦ green 137 ◦ blue 68

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

Shades of Amazon #348944

Tints of Amazon #348944

RGB

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

 GREEN value IS 137 (53.91% from 255) = 53.31%

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

R = 20.23%
G = 53.31%
B = 26.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#348944 (or 0x348944) is known color: Amazon. HEX triplet: 34, 89 and 44. RGB value is (52,137,68). Sum of RGB (Red+Green+Blue) = 52+137+68=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 68 (26.95% from 255 or 26.46% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #348944 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348944 is #CB76BB. Grayscale: #676767. Windows color (decimal): -13334204 or 4491572. OLE color: 4491572.

HSL color Cylindrical-coordinate representation of color #348944: hue angle of 131.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348944 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 68 -
CMYK 0.62 0 0.50 0.46
HSL 131.29º 0.45% 0.37% -
HSV(B) 131.29º 0.62% 0.54% -
XYZ 11.41 19.04 8.54 -
YUV 103.72 107.84 91.11 -
System Red Green Blue C M Y K H S L
Decimal 52 137 68 0.62 0 0.50 0.46 131.29 0.45 0.37
Hex 34 89 44 3E 0 32 2E 83 2D 25
Octal 64 211 104 76 0 62 56 203 55 45
Binary 110100 10001001 1000100 111110 0 110010 101110 10000011 101101 100101

Color Harmonies of #348944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348944

Black with #348944

Text Example


Text Example

White with #348944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348944; }

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

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

background-color css

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

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

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

border-color css

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

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

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