Html Css Color HEX #338257 Amazon

📋 copy color: '#338257'

red 51 ◦ green 130 ◦ blue 87

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

Shades of Amazon #338257

Tints of Amazon #338257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.46%

R = 19.03%
G = 48.51%
B = 32.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#338257 (or 0x338257) is known color: Amazon. HEX triplet: 33, 82 and 57. RGB value is (51,130,87). Sum of RGB (Red+Green+Blue) = 51+130+87=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #338257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338257 is #CC7DA8. Grayscale: #656565. Windows color (decimal): -13401513 or 5734963. OLE color: 5734963.

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

Color convert

RGB 51 130 87 -
CMYK 0.61 0 0.33 0.49
HSL 147.34º 0.44% 0.35% -
HSV(B) 147.34º 0.61% 0.51% -
XYZ 11.07 17.36 11.78 -
YUV 101.48 119.83 92 -
System Red Green Blue C M Y K H S L
Decimal 51 130 87 0.61 0 0.33 0.49 147.34 0.44 0.35
Hex 33 82 57 3D 0 21 31 93 2C 23
Octal 63 202 127 75 0 41 61 223 54 43
Binary 110011 10000010 1010111 111101 0 100001 110001 10010011 101100 100011

Color Harmonies of #338257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338257

Black with #338257

Text Example


Text Example

White with #338257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338257; }

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

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

background-color css

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

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

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

border-color css

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

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

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