Html Css Color HEX #348545 Amazon

📋 copy color: '#348545'

red 52 ◦ green 133 ◦ blue 69

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

Shades of Amazon #348545

Tints of Amazon #348545

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.36%

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

R = 20.47%
G = 52.36%
B = 27.17%

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

#348545 (or 0x348545) is known color: Amazon. HEX triplet: 34, 85 and 45. RGB value is (52,133,69). Sum of RGB (Red+Green+Blue) = 52+133+69=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #348545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348545 is #CB7ABA. Grayscale: #656565. Windows color (decimal): -13335227 or 4556084. OLE color: 4556084.

HSL color Cylindrical-coordinate representation of color #348545: hue angle of 132.59º degrees, saturation: 0.44, 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 #348545 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 133 69 -
CMYK 0.61 0 0.48 0.48
HSL 132.59º 0.44% 0.36% -
HSV(B) 132.59º 0.61% 0.52% -
XYZ 10.88 17.93 8.52 -
YUV 101.49 109.66 92.7 -
System Red Green Blue C M Y K H S L
Decimal 52 133 69 0.61 0 0.48 0.48 132.59 0.44 0.36
Hex 34 85 45 3D 0 30 30 85 2C 24
Octal 64 205 105 75 0 60 60 205 54 44
Binary 110100 10000101 1000101 111101 0 110000 110000 10000101 101100 100100

Color Harmonies of #348545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348545

Black with #348545

Text Example


Text Example

White with #348545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348545; }

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

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

background-color css

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

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

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

border-color css

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

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

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