Html Css Color HEX #338247 Amazon

📋 copy color: '#338247'

red 51 ◦ green 130 ◦ blue 71

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

Shades of Amazon #338247

Tints of Amazon #338247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.17%

R = 20.24%
G = 51.59%
B = 28.17%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#338247 (or 0x338247) is known color: Amazon. HEX triplet: 33, 82 and 47. RGB value is (51,130,71). Sum of RGB (Red+Green+Blue) = 51+130+71=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 130 (51.17% from 255 or 51.59% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 130 - color contains mainly: green. Hex color #338247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338247 is #CC7DB8. Grayscale: #636363. Windows color (decimal): -13401529 or 4686387. OLE color: 4686387.

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

Color convert

RGB 51 130 71 -
CMYK 0.61 0 0.45 0.49
HSL 135.19º 0.44% 0.35% -
HSV(B) 135.19º 0.61% 0.51% -
XYZ 10.49 17.12 8.71 -
YUV 99.65 111.83 93.3 -
System Red Green Blue C M Y K H S L
Decimal 51 130 71 0.61 0 0.45 0.49 135.19 0.44 0.35
Hex 33 82 47 3D 0 2D 31 87 2C 23
Octal 63 202 107 75 0 55 61 207 54 43
Binary 110011 10000010 1000111 111101 0 101101 110001 10000111 101100 100011

Color Harmonies of #338247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338247

Black with #338247

Text Example


Text Example

White with #338247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338247; }

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

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

background-color css

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

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

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

border-color css

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

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

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