Html Css Color HEX #337645 Amazon

📋 copy color: '#337645'

red 51 ◦ green 118 ◦ blue 69

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

Shades of Amazon #337645

Tints of Amazon #337645

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.58%

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

R = 21.43%
G = 49.58%
B = 28.99%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#337645 (or 0x337645) is known color: Amazon. HEX triplet: 33, 76 and 45. RGB value is (51,118,69). Sum of RGB (Red+Green+Blue) = 51+118+69=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #337645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337645 is #CC89BA. Grayscale: #5C5C5C. Windows color (decimal): -13404603 or 4552243. OLE color: 4552243.

HSL color Cylindrical-coordinate representation of color #337645: hue angle of 136.12º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337645 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 118 69 -
CMYK 0.57 0 0.42 0.54
HSL 136.12º 0.4% 0.33% -
HSV(B) 136.12º 0.57% 0.46% -
XYZ 8.92 14.09 7.88 -
YUV 92.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 51 118 69 0.57 0 0.42 0.54 136.12 0.4 0.33
Hex 33 76 45 39 0 2A 36 88 28 21
Octal 63 166 105 71 0 52 66 210 50 41
Binary 110011 1110110 1000101 111001 0 101010 110110 10001000 101000 100001

Color Harmonies of #337645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337645

Black with #337645

Text Example


Text Example

White with #337645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337645; }

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

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

background-color css

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

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

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

border-color css

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

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

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