Html Css Color HEX #307356 Amazon

📋 copy color: '#307356'

red 48 ◦ green 115 ◦ blue 86

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

Shades of Amazon #307356

Tints of Amazon #307356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.18%

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

R = 19.28%
G = 46.18%
B = 34.54%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#307356 (or 0x307356) is known color: Amazon. HEX triplet: 30, 73 and 56. RGB value is (48,115,86). Sum of RGB (Red+Green+Blue) = 48+115+86=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #307356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307356 is #CF8CA9. Grayscale: #5B5B5B. Windows color (decimal): -13601962 or 5665584. OLE color: 5665584.

HSL color Cylindrical-coordinate representation of color #307356: hue angle of 154.03º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307356 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 115 86 -
CMYK 0.58 0 0.25 0.55
HSL 154.03º 0.41% 0.32% -
HSV(B) 154.03º 0.58% 0.45% -
XYZ 9.03 13.56 10.95 -
YUV 91.66 124.8 96.86 -
System Red Green Blue C M Y K H S L
Decimal 48 115 86 0.58 0 0.25 0.55 154.03 0.41 0.32
Hex 30 73 56 3A 0 19 37 9A 29 20
Octal 60 163 126 72 0 31 67 232 51 40
Binary 110000 1110011 1010110 111010 0 11001 110111 10011010 101001 100000

Color Harmonies of #307356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307356

Black with #307356

Text Example


Text Example

White with #307356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307356; }

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

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

background-color css

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

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

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

border-color css

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

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

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