Html Css Color HEX #338846 Amazon

📋 copy color: '#338846'

red 51 ◦ green 136 ◦ blue 70

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

Shades of Amazon #338846

Tints of Amazon #338846

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.92%

 BLUE value IS 70 (27.73% from 255) = 27.24%

R = 19.84%
G = 52.92%
B = 27.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#338846 (or 0x338846) is known color: Amazon. HEX triplet: 33, 88 and 46. RGB value is (51,136,70). Sum of RGB (Red+Green+Blue) = 51+136+70=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 136 (53.52% from 255 or 52.92% from 257); Blue value is 70 (27.73% from 255 or 27.24% from 257); Max value from RGB is 136 - color contains mainly: green. Hex color #338846 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338846 is #CC77B9. Grayscale: #676767. Windows color (decimal): -13399994 or 4622387. OLE color: 4622387.

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

Color convert

RGB 51 136 70 -
CMYK 0.62 0 0.49 0.47
HSL 133.41º 0.45% 0.37% -
HSV(B) 133.41º 0.63% 0.53% -
XYZ 11.27 18.75 8.82 -
YUV 103.06 109.34 90.87 -
System Red Green Blue C M Y K H S L
Decimal 51 136 70 0.62 0 0.49 0.47 133.41 0.45 0.37
Hex 33 88 46 3E 0 31 2F 85 2D 25
Octal 63 210 106 76 0 61 57 205 55 45
Binary 110011 10001000 1000110 111110 0 110001 101111 10000101 101101 100101

Color Harmonies of #338846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338846

Black with #338846

Text Example


Text Example

White with #338846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338846; }

 p { color: rgb(51,136,70); }

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

background-color css

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

 a { background-color: rgb(51,136,70); }

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

border-color css

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

 span { border-color: rgb(51,136,70); }

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