Html Css Color HEX #348244 Amazon

📋 copy color: '#348244'

red 52 ◦ green 130 ◦ blue 68

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

Shades of Amazon #348244

Tints of Amazon #348244

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52%

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

R = 20.8%
G = 52%
B = 27.2%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#348244 (or 0x348244) is known color: Amazon. HEX triplet: 34, 82 and 44. RGB value is (52,130,68). Sum of RGB (Red+Green+Blue) = 52+130+68=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #348244 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348244 is #CB7DBB. Grayscale: #636363. Windows color (decimal): -13335996 or 4489780. OLE color: 4489780.

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

Color convert

RGB 52 130 68 -
CMYK 0.60 0 0.48 0.49
HSL 132.31º 0.43% 0.36% -
HSV(B) 132.31º 0.6% 0.51% -
XYZ 10.44 17.11 8.22 -
YUV 99.61 110.16 94.04 -
System Red Green Blue C M Y K H S L
Decimal 52 130 68 0.60 0 0.48 0.49 132.31 0.43 0.36
Hex 34 82 44 3C 0 30 31 84 2B 24
Octal 64 202 104 74 0 60 61 204 53 44
Binary 110100 10000010 1000100 111100 0 110000 110001 10000100 101011 100100

Color Harmonies of #348244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348244

Black with #348244

Text Example


Text Example

White with #348244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348244; }

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

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

background-color css

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

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

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

border-color css

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

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

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