Html Css Color HEX #307457 Amazon

📋 copy color: '#307457'

red 48 ◦ green 116 ◦ blue 87

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

Shades of Amazon #307457

Tints of Amazon #307457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.66%

R = 19.12%
G = 46.22%
B = 34.66%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#307457 (or 0x307457) is known color: Amazon. HEX triplet: 30, 74 and 57. RGB value is (48,116,87). Sum of RGB (Red+Green+Blue) = 48+116+87=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #307457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307457 is #CF8BA8. Grayscale: #5C5C5C. Windows color (decimal): -13601705 or 5731376. OLE color: 5731376.

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

Color convert

RGB 48 116 87 -
CMYK 0.59 0 0.25 0.55
HSL 154.41º 0.41% 0.32% -
HSV(B) 154.41º 0.59% 0.45% -
XYZ 9.18 13.81 11.2 -
YUV 92.36 124.97 96.36 -
System Red Green Blue C M Y K H S L
Decimal 48 116 87 0.59 0 0.25 0.55 154.41 0.41 0.32
Hex 30 74 57 3B 0 19 37 9A 29 20
Octal 60 164 127 73 0 31 67 232 51 40
Binary 110000 1110100 1010111 111011 0 11001 110111 10011010 101001 100000

Color Harmonies of #307457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307457

Black with #307457

Text Example


Text Example

White with #307457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307457; }

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

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

background-color css

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

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

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

border-color css

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

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

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