Html Css Color HEX #307351 Amazon

📋 copy color: '#307351'

red 48 ◦ green 115 ◦ blue 81

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

Shades of Amazon #307351

Tints of Amazon #307351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.2%

R = 19.67%
G = 47.13%
B = 33.2%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#307351 (or 0x307351) is known color: Amazon. HEX triplet: 30, 73 and 51. RGB value is (48,115,81). Sum of RGB (Red+Green+Blue) = 48+115+81=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #307351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307351 is #CF8CAE. Grayscale: #5B5B5B. Windows color (decimal): -13601967 or 5337904. OLE color: 5337904.

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

Color convert

RGB 48 115 81 -
CMYK 0.58 0 0.30 0.55
HSL 149.55º 0.41% 0.32% -
HSV(B) 149.55º 0.58% 0.45% -
XYZ 8.83 13.48 9.92 -
YUV 91.09 122.3 97.26 -
System Red Green Blue C M Y K H S L
Decimal 48 115 81 0.58 0 0.30 0.55 149.55 0.41 0.32
Hex 30 73 51 3A 0 1E 37 96 29 20
Octal 60 163 121 72 0 36 67 226 51 40
Binary 110000 1110011 1010001 111010 0 11110 110111 10010110 101001 100000

Color Harmonies of #307351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307351

Black with #307351

Text Example


Text Example

White with #307351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307351; }

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

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

background-color css

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

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

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

border-color css

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

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

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