Html Css Color HEX #338045 Amazon

📋 copy color: '#338045'

red 51 ◦ green 128 ◦ blue 69

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

Shades of Amazon #338045

Tints of Amazon #338045

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.61%

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

R = 20.56%
G = 51.61%
B = 27.82%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#338045 (or 0x338045) is known color: Amazon. HEX triplet: 33, 80 and 45. RGB value is (51,128,69). Sum of RGB (Red+Green+Blue) = 51+128+69=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #338045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #338045 is #CC7FBA. Grayscale: #626262. Windows color (decimal): -13402043 or 4554803. OLE color: 4554803.

HSL color Cylindrical-coordinate representation of color #338045: hue angle of 134.03º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #338045 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 128 69 -
CMYK 0.60 0 0.46 0.50
HSL 134.03º 0.43% 0.35% -
HSV(B) 134.03º 0.6% 0.5% -
XYZ 10.16 16.57 8.29 -
YUV 98.25 111.49 94.3 -
System Red Green Blue C M Y K H S L
Decimal 51 128 69 0.60 0 0.46 0.50 134.03 0.43 0.35
Hex 33 80 45 3C 0 2E 32 86 2B 23
Octal 63 200 105 74 0 56 62 206 53 43
Binary 110011 10000000 1000101 111100 0 101110 110010 10000110 101011 100011

Color Harmonies of #338045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338045

Black with #338045

Text Example


Text Example

White with #338045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338045; }

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

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

background-color css

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

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

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

border-color css

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

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

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