Html Css Color HEX #307659 Amazon

📋 copy color: '#307659'

red 48 ◦ green 118 ◦ blue 89

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

Shades of Amazon #307659

Tints of Amazon #307659

RGB

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

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

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

R = 18.82%
G = 46.27%
B = 34.9%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#307659 (or 0x307659) is known color: Amazon. HEX triplet: 30, 76 and 59. RGB value is (48,118,89). Sum of RGB (Red+Green+Blue) = 48+118+89=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 118 (46.48% from 255 or 46.27% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 118 - color contains mainly: green. Hex color #307659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307659 is #CF89A6. Grayscale: #5D5D5D. Windows color (decimal): -13601191 or 5862960. OLE color: 5862960.

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

Color convert

RGB 48 118 89 -
CMYK 0.59 0 0.25 0.54
HSL 155.14º 0.42% 0.33% -
HSV(B) 155.14º 0.59% 0.46% -
XYZ 9.5 14.31 11.71 -
YUV 93.76 125.31 95.36 -
System Red Green Blue C M Y K H S L
Decimal 48 118 89 0.59 0 0.25 0.54 155.14 0.42 0.33
Hex 30 76 59 3B 0 19 36 9B 2A 21
Octal 60 166 131 73 0 31 66 233 52 41
Binary 110000 1110110 1011001 111011 0 11001 110110 10011011 101010 100001

Color Harmonies of #307659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307659

Black with #307659

Text Example


Text Example

White with #307659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307659; }

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

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

background-color css

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

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

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

border-color css

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

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

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