Html Css Color HEX #348148 Amazon

📋 copy color: '#348148'

red 52 ◦ green 129 ◦ blue 72

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

Shades of Amazon #348148

Tints of Amazon #348148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.99%

 BLUE value IS 72 (28.52% from 255) = 28.46%

R = 20.55%
G = 50.99%
B = 28.46%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#348148 (or 0x348148) is known color: Amazon. HEX triplet: 34, 81 and 48. RGB value is (52,129,72). Sum of RGB (Red+Green+Blue) = 52+129+72=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #348148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348148 is #CB7EB7. Grayscale: #636363. Windows color (decimal): -13336248 or 4751668. OLE color: 4751668.

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

Color convert

RGB 52 129 72 -
CMYK 0.60 0 0.44 0.49
HSL 135.58º 0.43% 0.35% -
HSV(B) 135.58º 0.6% 0.51% -
XYZ 10.44 16.9 8.84 -
YUV 99.48 112.49 94.13 -
System Red Green Blue C M Y K H S L
Decimal 52 129 72 0.60 0 0.44 0.49 135.58 0.43 0.35
Hex 34 81 48 3C 0 2C 31 88 2B 23
Octal 64 201 110 74 0 54 61 210 53 43
Binary 110100 10000001 1001000 111100 0 101100 110001 10001000 101011 100011

Color Harmonies of #348148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348148

Black with #348148

Text Example


Text Example

White with #348148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348148; }

 p { color: rgb(52,129,72); }

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

background-color css

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

 a { background-color: rgb(52,129,72); }

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

border-color css

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

 span { border-color: rgb(52,129,72); }

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