Html Css Color HEX #307549 Amazon

📋 copy color: '#307549'

red 48 ◦ green 117 ◦ blue 73

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

Shades of Amazon #307549

Tints of Amazon #307549

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.16%

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

R = 20.17%
G = 49.16%
B = 30.67%

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

#307549 (or 0x307549) is known color: Amazon. HEX triplet: 30, 75 and 49. RGB value is (48,117,73). Sum of RGB (Red+Green+Blue) = 48+117+73=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #307549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307549 is #CF8AB6. Grayscale: #5B5B5B. Windows color (decimal): -13601463 or 4814128. OLE color: 4814128.

HSL color Cylindrical-coordinate representation of color #307549: hue angle of 141.74º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307549 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 73 -
CMYK 0.59 0 0.38 0.54
HSL 141.74º 0.42% 0.32% -
HSV(B) 141.74º 0.59% 0.46% -
XYZ 8.78 13.83 8.51 -
YUV 91.35 117.64 97.08 -
System Red Green Blue C M Y K H S L
Decimal 48 117 73 0.59 0 0.38 0.54 141.74 0.42 0.32
Hex 30 75 49 3B 0 26 36 8E 2A 20
Octal 60 165 111 73 0 46 66 216 52 40
Binary 110000 1110101 1001001 111011 0 100110 110110 10001110 101010 100000

Color Harmonies of #307549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307549

Black with #307549

Text Example


Text Example

White with #307549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307549; }

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

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

background-color css

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

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

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

border-color css

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

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

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