Html Css Color HEX #338256 Amazon

📋 copy color: '#338256'

red 51 ◦ green 130 ◦ blue 86

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

Shades of Amazon #338256

Tints of Amazon #338256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.21%

R = 19.1%
G = 48.69%
B = 32.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#338256 (or 0x338256) is known color: Amazon. HEX triplet: 33, 82 and 56. RGB value is (51,130,86). Sum of RGB (Red+Green+Blue) = 51+130+86=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #338256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338256 is #CC7DA9. Grayscale: #656565. Windows color (decimal): -13401514 or 5669427. OLE color: 5669427.

HSL color Cylindrical-coordinate representation of color #338256: hue angle of 146.58º 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 #338256 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 51 130 86 -
CMYK 0.61 0 0.34 0.49
HSL 146.58º 0.44% 0.35% -
HSV(B) 146.58º 0.61% 0.51% -
XYZ 11.03 17.34 11.57 -
YUV 101.36 119.33 92.08 -
System Red Green Blue C M Y K H S L
Decimal 51 130 86 0.61 0 0.34 0.49 146.58 0.44 0.35
Hex 33 82 56 3D 0 22 31 93 2C 23
Octal 63 202 126 75 0 42 61 223 54 43
Binary 110011 10000010 1010110 111101 0 100010 110001 10010011 101100 100011

Color Harmonies of #338256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338256

Black with #338256

Text Example


Text Example

White with #338256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338256; }

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

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

background-color css

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

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

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

border-color css

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

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

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