Html Css Color HEX #307C4D Amazon

📋 copy color: '#307C4D'

red 48 ◦ green 124 ◦ blue 77

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

Shades of Amazon #307C4D

Tints of Amazon #307C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.92%

R = 19.28%
G = 49.8%
B = 30.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#307C4D (or 0x307C4D) is known color: Amazon. HEX triplet: 30, 7C and 4D. RGB value is (48,124,77). Sum of RGB (Red+Green+Blue) = 48+124+77=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #307C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307C4D is #CF83B2. Grayscale: #606060. Windows color (decimal): -13599667 or 5078064. OLE color: 5078064.

HSL color Cylindrical-coordinate representation of color #307C4D: hue angle of 142.89º 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 #307C4D is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 124 77 -
CMYK 0.61 0 0.38 0.51
HSL 142.89º 0.44% 0.34% -
HSV(B) 142.89º 0.61% 0.49% -
XYZ 9.77 15.58 9.51 -
YUV 95.92 117.32 93.82 -
System Red Green Blue C M Y K H S L
Decimal 48 124 77 0.61 0 0.38 0.51 142.89 0.44 0.34
Hex 30 7C 4D 3D 0 26 33 8F 2C 22
Octal 60 174 115 75 0 46 63 217 54 42
Binary 110000 1111100 1001101 111101 0 100110 110011 10001111 101100 100010

Color Harmonies of #307C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C4D

Black with #307C4D

Text Example


Text Example

White with #307C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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