Html Css Color HEX #336C4E Amazon

📋 copy color: '#336C4E'

red 51 ◦ green 108 ◦ blue 78

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

Shades of Amazon #336C4E

Tints of Amazon #336C4E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.57%

 BLUE value IS 78 (30.86% from 255) = 32.91%

R = 21.52%
G = 45.57%
B = 32.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#336C4E (or 0x336C4E) is known color: Amazon. HEX triplet: 33, 6C and 4E. RGB value is (51,108,78). Sum of RGB (Red+Green+Blue) = 51+108+78=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 108 - color contains mainly: green. Hex color #336C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C4E is #CC93B1. Grayscale: #575757. Windows color (decimal): -13407154 or 5139507. OLE color: 5139507.

HSL color Cylindrical-coordinate representation of color #336C4E: hue angle of 148.42º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #336C4E is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB 51 108 78 -
CMYK 0.53 0 0.28 0.58
HSL 148.42º 0.36% 0.31% -
HSV(B) 148.42º 0.53% 0.42% -
XYZ 8.1 11.98 9.09 -
YUV 87.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 51 108 78 0.53 0 0.28 0.58 148.42 0.36 0.31
Hex 33 6C 4E 35 0 1C 3A 94 24 1F
Octal 63 154 116 65 0 34 72 224 44 37
Binary 110011 1101100 1001110 110101 0 11100 111010 10010100 100100 11111

Color Harmonies of #336C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C4E

Black with #336C4E

Text Example


Text Example

White with #336C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336C4E; }

 p { color: rgb(51,108,78); }

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

background-color css

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

 a { background-color: rgb(51,108,78); }

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

border-color css

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

 span { border-color: rgb(51,108,78); }

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