Html Css Color HEX #307959 Amazon

📋 copy color: '#307959'

red 48 ◦ green 121 ◦ blue 89

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

Shades of Amazon #307959

Tints of Amazon #307959

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.9%

 BLUE value IS 89 (35.16% from 255) = 34.5%

R = 18.6%
G = 46.9%
B = 34.5%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#307959 (or 0x307959) is known color: Amazon. HEX triplet: 30, 79 and 59. RGB value is (48,121,89). Sum of RGB (Red+Green+Blue) = 48+121+89=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #307959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307959 is #CF86A6. Grayscale: #5F5F5F. Windows color (decimal): -13600423 or 5863728. OLE color: 5863728.

HSL color Cylindrical-coordinate representation of color #307959: hue angle of 153.7º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307959 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 121 89 -
CMYK 0.60 0 0.26 0.53
HSL 153.7º 0.43% 0.33% -
HSV(B) 153.7º 0.6% 0.47% -
XYZ 9.86 15.02 11.83 -
YUV 95.53 124.32 94.1 -
System Red Green Blue C M Y K H S L
Decimal 48 121 89 0.60 0 0.26 0.53 153.7 0.43 0.33
Hex 30 79 59 3C 0 1A 35 9A 2B 21
Octal 60 171 131 74 0 32 65 232 53 41
Binary 110000 1111001 1011001 111100 0 11010 110101 10011010 101011 100001

Color Harmonies of #307959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307959

Black with #307959

Text Example


Text Example

White with #307959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307959; }

 p { color: rgb(48,121,89); }

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

background-color css

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

 a { background-color: rgb(48,121,89); }

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

border-color css

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

 span { border-color: rgb(48,121,89); }

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