Html Css Color HEX #348945 Amazon

📋 copy color: '#348945'

red 52 ◦ green 137 ◦ blue 69

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

Shades of Amazon #348945

Tints of Amazon #348945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.74%

R = 20.16%
G = 53.1%
B = 26.74%

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

#348945 (or 0x348945) is known color: Amazon. HEX triplet: 34, 89 and 45. RGB value is (52,137,69). Sum of RGB (Red+Green+Blue) = 52+137+69=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #348945 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348945 is #CB76BA. Grayscale: #686868. Windows color (decimal): -13334203 or 4557108. OLE color: 4557108.

HSL color Cylindrical-coordinate representation of color #348945: hue angle of 132º 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 #348945 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 69 -
CMYK 0.62 0 0.50 0.46
HSL 132º 0.45% 0.37% -
HSV(B) 132º 0.62% 0.54% -
XYZ 11.44 19.05 8.7 -
YUV 103.83 108.34 91.03 -
System Red Green Blue C M Y K H S L
Decimal 52 137 69 0.62 0 0.50 0.46 132 0.45 0.37
Hex 34 89 45 3E 0 32 2E 84 2D 25
Octal 64 211 105 76 0 62 56 204 55 45
Binary 110100 10001001 1000101 111110 0 110010 101110 10000100 101101 100101

Color Harmonies of #348945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348945

Black with #348945

Text Example


Text Example

White with #348945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348945; }

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

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

background-color css

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

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

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

border-color css

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

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

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