Html Css Color HEX #348251 Amazon

📋 copy color: '#348251'

red 52 ◦ green 130 ◦ blue 81

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

Shades of Amazon #348251

Tints of Amazon #348251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.8%

R = 19.77%
G = 49.43%
B = 30.8%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#348251 (or 0x348251) is known color: Amazon. HEX triplet: 34, 82 and 51. RGB value is (52,130,81). Sum of RGB (Red+Green+Blue) = 52+130+81=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #348251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348251 is #CB7DAE. Grayscale: #656565. Windows color (decimal): -13335983 or 5341748. OLE color: 5341748.

HSL color Cylindrical-coordinate representation of color #348251: hue angle of 142.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 #348251 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 81 -
CMYK 0.60 0 0.38 0.49
HSL 142.31º 0.43% 0.36% -
HSV(B) 142.31º 0.6% 0.51% -
XYZ 10.88 17.29 10.55 -
YUV 101.09 116.66 92.98 -
System Red Green Blue C M Y K H S L
Decimal 52 130 81 0.60 0 0.38 0.49 142.31 0.43 0.36
Hex 34 82 51 3C 0 26 31 8E 2B 24
Octal 64 202 121 74 0 46 61 216 53 44
Binary 110100 10000010 1010001 111100 0 100110 110001 10001110 101011 100100

Color Harmonies of #348251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348251

Black with #348251

Text Example


Text Example

White with #348251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348251; }

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

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

background-color css

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

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

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

border-color css

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

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

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