Html Css Color HEX #336F45 Amazon

📋 copy color: '#336F45'

red 51 ◦ green 111 ◦ blue 69

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

Shades of Amazon #336F45

Tints of Amazon #336F45

RGB

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

 GREEN value IS 111 (43.75% from 255) = 48.05%

 BLUE value IS 69 (27.34% from 255) = 29.87%

R = 22.08%
G = 48.05%
B = 29.87%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#336F45 (or 0x336F45) is known color: Amazon. HEX triplet: 33, 6F and 45. RGB value is (51,111,69). Sum of RGB (Red+Green+Blue) = 51+111+69=231 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.08% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #336F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336F45 is #CC90BA. Grayscale: #585858. Windows color (decimal): -13406395 or 4550451. OLE color: 4550451.

HSL color Cylindrical-coordinate representation of color #336F45: hue angle of 138º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336F45 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 111 69 -
CMYK 0.54 0 0.38 0.56
HSL 138º 0.37% 0.32% -
HSV(B) 138º 0.54% 0.44% -
XYZ 8.12 12.5 7.62 -
YUV 88.27 117.12 101.42 -
System Red Green Blue C M Y K H S L
Decimal 51 111 69 0.54 0 0.38 0.56 138 0.37 0.32
Hex 33 6F 45 36 0 26 38 8A 25 20
Octal 63 157 105 66 0 46 70 212 45 40
Binary 110011 1101111 1000101 110110 0 100110 111000 10001010 100101 100000

Color Harmonies of #336F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F45

Black with #336F45

Text Example


Text Example

White with #336F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,111,69); }

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

background-color css

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

 a { background-color: rgb(51,111,69); }

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

border-color css

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

 span { border-color: rgb(51,111,69); }

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