Html Css Color HEX #348444 Amazon

📋 copy color: '#348444'

red 52 ◦ green 132 ◦ blue 68

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

Shades of Amazon #348444

Tints of Amazon #348444

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.38%

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

R = 20.63%
G = 52.38%
B = 26.98%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#348444 (or 0x348444) is known color: Amazon. HEX triplet: 34, 84 and 44. RGB value is (52,132,68). Sum of RGB (Red+Green+Blue) = 52+132+68=252 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.63% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #348444 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348444 is #CB7BBB. Grayscale: #646464. Windows color (decimal): -13335484 or 4490292. OLE color: 4490292.

HSL color Cylindrical-coordinate representation of color #348444: hue angle of 132º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348444 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 68 -
CMYK 0.61 0 0.48 0.48
HSL 132º 0.43% 0.36% -
HSV(B) 132º 0.61% 0.52% -
XYZ 10.71 17.65 8.31 -
YUV 100.78 109.5 93.2 -
System Red Green Blue C M Y K H S L
Decimal 52 132 68 0.61 0 0.48 0.48 132 0.43 0.36
Hex 34 84 44 3D 0 30 30 84 2B 24
Octal 64 204 104 75 0 60 60 204 53 44
Binary 110100 10000100 1000100 111101 0 110000 110000 10000100 101011 100100

Color Harmonies of #348444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348444

Black with #348444

Text Example


Text Example

White with #348444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348444; }

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

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

background-color css

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

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

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

border-color css

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

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

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