Html Css Color HEX #307C5A Amazon

📋 copy color: '#307C5A'

red 48 ◦ green 124 ◦ blue 90

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

Shades of Amazon #307C5A

Tints of Amazon #307C5A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.33%

 BLUE value IS 90 (35.55% from 255) = 34.35%

R = 18.32%
G = 47.33%
B = 34.35%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#307C5A (or 0x307C5A) is known color: Amazon. HEX triplet: 30, 7C and 5A. RGB value is (48,124,90). Sum of RGB (Red+Green+Blue) = 48+124+90=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #307C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307C5A is #CF83A5. Grayscale: #616161. Windows color (decimal): -13599654 or 5930032. OLE color: 5930032.

HSL color Cylindrical-coordinate representation of color #307C5A: hue angle of 153.16º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #307C5A is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 124 90 -
CMYK 0.61 0 0.27 0.51
HSL 153.16º 0.44% 0.34% -
HSV(B) 153.16º 0.61% 0.49% -
XYZ 10.27 15.78 12.18 -
YUV 97.4 123.82 92.76 -
System Red Green Blue C M Y K H S L
Decimal 48 124 90 0.61 0 0.27 0.51 153.16 0.44 0.34
Hex 30 7C 5A 3D 0 1B 33 99 2C 22
Octal 60 174 132 75 0 33 63 231 54 42
Binary 110000 1111100 1011010 111101 0 11011 110011 10011001 101100 100010

Color Harmonies of #307C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C5A

Black with #307C5A

Text Example


Text Example

White with #307C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307C5A; }

 p { color: rgb(48,124,90); }

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

background-color css

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

 a { background-color: rgb(48,124,90); }

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

border-color css

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

 span { border-color: rgb(48,124,90); }

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