Html Css Color HEX #307449 Amazon

📋 copy color: '#307449'

red 48 ◦ green 116 ◦ blue 73

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

Shades of Amazon #307449

Tints of Amazon #307449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.95%

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

R = 20.25%
G = 48.95%
B = 30.8%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#307449 (or 0x307449) is known color: Amazon. HEX triplet: 30, 74 and 49. RGB value is (48,116,73). Sum of RGB (Red+Green+Blue) = 48+116+73=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #307449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307449 is #CF8BB6. Grayscale: #5A5A5A. Windows color (decimal): -13601719 or 4813872. OLE color: 4813872.

HSL color Cylindrical-coordinate representation of color #307449: hue angle of 142.06º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307449 is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 116 73 -
CMYK 0.59 0 0.37 0.55
HSL 142.06º 0.41% 0.32% -
HSV(B) 142.06º 0.59% 0.45% -
XYZ 8.67 13.6 8.47 -
YUV 90.77 117.97 97.5 -
System Red Green Blue C M Y K H S L
Decimal 48 116 73 0.59 0 0.37 0.55 142.06 0.41 0.32
Hex 30 74 49 3B 0 25 37 8E 29 20
Octal 60 164 111 73 0 45 67 216 51 40
Binary 110000 1110100 1001001 111011 0 100101 110111 10001110 101001 100000

Color Harmonies of #307449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307449

Black with #307449

Text Example


Text Example

White with #307449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307449; }

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

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

background-color css

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

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

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

border-color css

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

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

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