Html Css Color HEX #307649 Amazon

📋 copy color: '#307649'

red 48 ◦ green 118 ◦ blue 73

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

Shades of Amazon #307649

Tints of Amazon #307649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 30.54%

R = 20.08%
G = 49.37%
B = 30.54%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#307649 (or 0x307649) is known color: Amazon. HEX triplet: 30, 76 and 49. RGB value is (48,118,73). Sum of RGB (Red+Green+Blue) = 48+118+73=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #307649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307649 is #CF89B6. Grayscale: #5C5C5C. Windows color (decimal): -13601207 or 4814384. OLE color: 4814384.

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

Color convert

RGB 48 118 73 -
CMYK 0.59 0 0.38 0.54
HSL 141.43º 0.42% 0.33% -
HSV(B) 141.43º 0.59% 0.46% -
XYZ 8.9 14.07 8.55 -
YUV 91.94 117.31 96.66 -
System Red Green Blue C M Y K H S L
Decimal 48 118 73 0.59 0 0.38 0.54 141.43 0.42 0.33
Hex 30 76 49 3B 0 26 36 8D 2A 21
Octal 60 166 111 73 0 46 66 215 52 41
Binary 110000 1110110 1001001 111011 0 100110 110110 10001101 101010 100001

Color Harmonies of #307649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307649

Black with #307649

Text Example


Text Example

White with #307649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307649; }

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

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

background-color css

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

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

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

border-color css

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

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

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