Html Css Color HEX #307756 Amazon

📋 copy color: '#307756'

red 48 ◦ green 119 ◦ blue 86

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

Shades of Amazon #307756

Tints of Amazon #307756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.04%

 BLUE value IS 86 (33.98% from 255) = 33.99%

R = 18.97%
G = 47.04%
B = 33.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#307756 (or 0x307756) is known color: Amazon. HEX triplet: 30, 77 and 56. RGB value is (48,119,86). Sum of RGB (Red+Green+Blue) = 48+119+86=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #307756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307756 is #CF88A9. Grayscale: #5E5E5E. Windows color (decimal): -13600938 or 5666608. OLE color: 5666608.

HSL color Cylindrical-coordinate representation of color #307756: hue angle of 152.11º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307756 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 119 86 -
CMYK 0.60 0 0.28 0.53
HSL 152.11º 0.43% 0.33% -
HSV(B) 152.11º 0.6% 0.47% -
XYZ 9.5 14.49 11.1 -
YUV 94.01 123.48 95.18 -
System Red Green Blue C M Y K H S L
Decimal 48 119 86 0.60 0 0.28 0.53 152.11 0.43 0.33
Hex 30 77 56 3C 0 1C 35 98 2B 21
Octal 60 167 126 74 0 34 65 230 53 41
Binary 110000 1110111 1010110 111100 0 11100 110101 10011000 101011 100001

Color Harmonies of #307756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307756

Black with #307756

Text Example


Text Example

White with #307756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307756; }

 p { color: rgb(48,119,86); }

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

background-color css

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

 a { background-color: rgb(48,119,86); }

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

border-color css

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

 span { border-color: rgb(48,119,86); }

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