Html Css Color HEX #30764F Amazon

📋 copy color: '#30764F'

red 48 ◦ green 118 ◦ blue 79

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

Shades of Amazon #30764F

Tints of Amazon #30764F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 19.59%
G = 48.16%
B = 32.24%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#30764F (or 0x30764F) is known color: Amazon. HEX triplet: 30, 76 and 4F. RGB value is (48,118,79). Sum of RGB (Red+Green+Blue) = 48+118+79=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 118 - color contains mainly: green. Hex color #30764F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30764F is #CF89B0. Grayscale: #5C5C5C. Windows color (decimal): -13601201 or 5207600. OLE color: 5207600.

HSL color Cylindrical-coordinate representation of color #30764F: hue angle of 146.57º 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 #30764F is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 118 79 -
CMYK 0.59 0 0.33 0.54
HSL 146.57º 0.42% 0.33% -
HSV(B) 146.57º 0.59% 0.46% -
XYZ 9.11 14.15 9.65 -
YUV 92.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 48 118 79 0.59 0 0.33 0.54 146.57 0.42 0.33
Hex 30 76 4F 3B 0 21 36 93 2A 21
Octal 60 166 117 73 0 41 66 223 52 41
Binary 110000 1110110 1001111 111011 0 100001 110110 10010011 101010 100001

Color Harmonies of #30764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30764F

Black with #30764F

Text Example


Text Example

White with #30764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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