Html Css Color HEX #338547 Amazon

📋 copy color: '#338547'

red 51 ◦ green 133 ◦ blue 71

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

Shades of Amazon #338547

Tints of Amazon #338547

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.16%

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

R = 20%
G = 52.16%
B = 27.84%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#338547 (or 0x338547) is known color: Amazon. HEX triplet: 33, 85 and 47. RGB value is (51,133,71). Sum of RGB (Red+Green+Blue) = 51+133+71=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 71 (28.12% from 255 or 27.84% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #338547 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338547 is #CC7AB8. Grayscale: #656565. Windows color (decimal): -13400761 or 4687155. OLE color: 4687155.

HSL color Cylindrical-coordinate representation of color #338547: hue angle of 134.63º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338547 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 133 71 -
CMYK 0.62 0 0.47 0.48
HSL 134.63º 0.45% 0.36% -
HSV(B) 134.63º 0.62% 0.52% -
XYZ 10.89 17.93 8.85 -
YUV 101.41 110.83 92.04 -
System Red Green Blue C M Y K H S L
Decimal 51 133 71 0.62 0 0.47 0.48 134.63 0.45 0.36
Hex 33 85 47 3E 0 2F 30 87 2D 24
Octal 63 205 107 76 0 57 60 207 55 44
Binary 110011 10000101 1000111 111110 0 101111 110000 10000111 101101 100100

Color Harmonies of #338547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338547

Black with #338547

Text Example


Text Example

White with #338547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338547; }

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

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

background-color css

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

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

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

border-color css

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

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

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