Html Css Color HEX #338250 Amazon

📋 copy color: '#338250'

red 51 ◦ green 130 ◦ blue 80

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

Shades of Amazon #338250

Tints of Amazon #338250

RGB

 RED value IS 51 (20.31% from 255) = 19.54%

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

 BLUE value IS 80 (31.64% from 255) = 30.65%

R = 19.54%
G = 49.81%
B = 30.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#338250 (or 0x338250) is known color: Amazon. HEX triplet: 33, 82 and 50. RGB value is (51,130,80). Sum of RGB (Red+Green+Blue) = 51+130+80=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #338250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338250 is #CC7DAF. Grayscale: #646464. Windows color (decimal): -13401520 or 5276211. OLE color: 5276211.

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

Color convert

RGB 51 130 80 -
CMYK 0.61 0 0.38 0.49
HSL 142.03º 0.44% 0.35% -
HSV(B) 142.03º 0.61% 0.51% -
XYZ 10.8 17.25 10.35 -
YUV 100.68 116.33 92.57 -
System Red Green Blue C M Y K H S L
Decimal 51 130 80 0.61 0 0.38 0.49 142.03 0.44 0.35
Hex 33 82 50 3D 0 26 31 8E 2C 23
Octal 63 202 120 75 0 46 61 216 54 43
Binary 110011 10000010 1010000 111101 0 100110 110001 10001110 101100 100011

Color Harmonies of #338250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338250

Black with #338250

Text Example


Text Example

White with #338250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338250; }

 p { color: rgb(51,130,80); }

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

background-color css

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

 a { background-color: rgb(51,130,80); }

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

border-color css

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

 span { border-color: rgb(51,130,80); }

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