Html Css Color HEX #307C4C Amazon

📋 copy color: '#307C4C'

red 48 ◦ green 124 ◦ blue 76

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

Shades of Amazon #307C4C

Tints of Amazon #307C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.65%

R = 19.35%
G = 50%
B = 30.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#307C4C (or 0x307C4C) is known color: Amazon. HEX triplet: 30, 7C and 4C. RGB value is (48,124,76). Sum of RGB (Red+Green+Blue) = 48+124+76=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 124 (48.83% from 255 or 50% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 124 - color contains mainly: green. Hex color #307C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307C4C is #CF83B3. Grayscale: #5F5F5F. Windows color (decimal): -13599668 or 5012528. OLE color: 5012528.

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

Color convert

RGB 48 124 76 -
CMYK 0.61 0 0.39 0.51
HSL 142.11º 0.44% 0.34% -
HSV(B) 142.11º 0.61% 0.49% -
XYZ 9.73 15.57 9.33 -
YUV 95.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 48 124 76 0.61 0 0.39 0.51 142.11 0.44 0.34
Hex 30 7C 4C 3D 0 27 33 8E 2C 22
Octal 60 174 114 75 0 47 63 216 54 42
Binary 110000 1111100 1001100 111101 0 100111 110011 10001110 101100 100010

Color Harmonies of #307C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C4C

Black with #307C4C

Text Example


Text Example

White with #307C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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