Html Css Color HEX #307451 Amazon

📋 copy color: '#307451'

red 48 ◦ green 116 ◦ blue 81

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

Shades of Amazon #307451

Tints of Amazon #307451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.06%

R = 19.59%
G = 47.35%
B = 33.06%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#307451 (or 0x307451) is known color: Amazon. HEX triplet: 30, 74 and 51. RGB value is (48,116,81). Sum of RGB (Red+Green+Blue) = 48+116+81=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #307451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307451 is #CF8BAE. Grayscale: #5B5B5B. Windows color (decimal): -13601711 or 5338160. OLE color: 5338160.

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

Color convert

RGB 48 116 81 -
CMYK 0.59 0 0.30 0.55
HSL 149.12º 0.41% 0.32% -
HSV(B) 149.12º 0.59% 0.45% -
XYZ 8.95 13.71 9.96 -
YUV 91.68 121.97 96.85 -
System Red Green Blue C M Y K H S L
Decimal 48 116 81 0.59 0 0.30 0.55 149.12 0.41 0.32
Hex 30 74 51 3B 0 1E 37 95 29 20
Octal 60 164 121 73 0 36 67 225 51 40
Binary 110000 1110100 1010001 111011 0 11110 110111 10010101 101001 100000

Color Harmonies of #307451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307451

Black with #307451

Text Example


Text Example

White with #307451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307451; }

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

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

background-color css

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

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

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

border-color css

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

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

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