Html Css Color HEX #33754C Amazon

📋 copy color: '#33754C'

red 51 ◦ green 117 ◦ blue 76

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

Shades of Amazon #33754C

Tints of Amazon #33754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.95%

 BLUE value IS 76 (30.08% from 255) = 31.15%

R = 20.9%
G = 47.95%
B = 31.15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#33754C (or 0x33754C) is known color: Amazon. HEX triplet: 33, 75 and 4C. RGB value is (51,117,76). Sum of RGB (Red+Green+Blue) = 51+117+76=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 117 (46.09% from 255 or 47.95% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 117 - color contains mainly: green. Hex color #33754C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33754C is #CC8AB3. Grayscale: #5C5C5C. Windows color (decimal): -13404852 or 5010739. OLE color: 5010739.

HSL color Cylindrical-coordinate representation of color #33754C: hue angle of 142.73º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #33754C is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 76 -
CMYK 0.56 0 0.35 0.54
HSL 142.73º 0.39% 0.33% -
HSV(B) 142.73º 0.56% 0.46% -
XYZ 9.03 13.95 9.05 -
YUV 92.59 118.63 98.33 -
System Red Green Blue C M Y K H S L
Decimal 51 117 76 0.56 0 0.35 0.54 142.73 0.39 0.33
Hex 33 75 4C 38 0 23 36 8F 27 21
Octal 63 165 114 70 0 43 66 217 47 41
Binary 110011 1110101 1001100 111000 0 100011 110110 10001111 100111 100001

Color Harmonies of #33754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33754C

Black with #33754C

Text Example


Text Example

White with #33754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33754C; }

 p { color: rgb(51,117,76); }

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

background-color css

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

 a { background-color: rgb(51,117,76); }

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

border-color css

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

 span { border-color: rgb(51,117,76); }

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