Html Css Color HEX #338646 Amazon

📋 copy color: '#338646'

red 51 ◦ green 134 ◦ blue 70

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

Shades of Amazon #338646

Tints of Amazon #338646

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.55%

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

R = 20%
G = 52.55%
B = 27.45%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#338646 (or 0x338646) is known color: Amazon. HEX triplet: 33, 86 and 46. RGB value is (51,134,70). Sum of RGB (Red+Green+Blue) = 51+134+70=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #338646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338646 is #CC79B9. Grayscale: #666666. Windows color (decimal): -13400506 or 4621875. OLE color: 4621875.

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

Color convert

RGB 51 134 70 -
CMYK 0.62 0 0.48 0.47
HSL 133.73º 0.45% 0.36% -
HSV(B) 133.73º 0.62% 0.53% -
XYZ 11 18.2 8.73 -
YUV 101.89 110 91.7 -
System Red Green Blue C M Y K H S L
Decimal 51 134 70 0.62 0 0.48 0.47 133.73 0.45 0.36
Hex 33 86 46 3E 0 30 2F 86 2D 24
Octal 63 206 106 76 0 60 57 206 55 44
Binary 110011 10000110 1000110 111110 0 110000 101111 10000110 101101 100100

Color Harmonies of #338646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338646

Black with #338646

Text Example


Text Example

White with #338646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338646; }

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

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

background-color css

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

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

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

border-color css

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

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

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