Html Css Color HEX #307456 Amazon

📋 copy color: '#307456'

red 48 ◦ green 116 ◦ blue 86

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

Shades of Amazon #307456

Tints of Amazon #307456

RGB

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

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

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

R = 19.2%
G = 46.4%
B = 34.4%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#307456 (or 0x307456) is known color: Amazon. HEX triplet: 30, 74 and 56. RGB value is (48,116,86). Sum of RGB (Red+Green+Blue) = 48+116+86=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #307456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307456 is #CF8BA9. Grayscale: #5C5C5C. Windows color (decimal): -13601706 or 5665840. OLE color: 5665840.

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

Color convert

RGB 48 116 86 -
CMYK 0.59 0 0.26 0.55
HSL 153.53º 0.41% 0.32% -
HSV(B) 153.53º 0.59% 0.45% -
XYZ 9.14 13.79 10.98 -
YUV 92.25 124.47 96.44 -
System Red Green Blue C M Y K H S L
Decimal 48 116 86 0.59 0 0.26 0.55 153.53 0.41 0.32
Hex 30 74 56 3B 0 1A 37 9A 29 20
Octal 60 164 126 73 0 32 67 232 51 40
Binary 110000 1110100 1010110 111011 0 11010 110111 10011010 101001 100000

Color Harmonies of #307456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307456

Black with #307456

Text Example


Text Example

White with #307456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307456; }

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

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

background-color css

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

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

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

border-color css

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

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

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