Html Css Color HEX #30764E Amazon

📋 copy color: '#30764E'

red 48 ◦ green 118 ◦ blue 78

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

Shades of Amazon #30764E

Tints of Amazon #30764E

RGB

 RED value IS 48 (19.14% from 255) = 19.67%

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

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

R = 19.67%
G = 48.36%
B = 31.97%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#30764E (or 0x30764E) is known color: Amazon. HEX triplet: 30, 76 and 4E. RGB value is (48,118,78). Sum of RGB (Red+Green+Blue) = 48+118+78=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #30764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30764E is #CF89B1. Grayscale: #5C5C5C. Windows color (decimal): -13601202 or 5142064. OLE color: 5142064.

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

Color convert

RGB 48 118 78 -
CMYK 0.59 0 0.34 0.54
HSL 145.71º 0.42% 0.33% -
HSV(B) 145.71º 0.59% 0.46% -
XYZ 9.07 14.14 9.46 -
YUV 92.51 119.81 96.25 -
System Red Green Blue C M Y K H S L
Decimal 48 118 78 0.59 0 0.34 0.54 145.71 0.42 0.33
Hex 30 76 4E 3B 0 22 36 92 2A 21
Octal 60 166 116 73 0 42 66 222 52 41
Binary 110000 1110110 1001110 111011 0 100010 110110 10010010 101010 100001

Color Harmonies of #30764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30764E

Black with #30764E

Text Example


Text Example

White with #30764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30764E; }

 p { color: rgb(48,118,78); }

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

background-color css

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

 a { background-color: rgb(48,118,78); }

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

border-color css

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

 span { border-color: rgb(48,118,78); }

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