Html Css Color HEX #307352 Amazon

📋 copy color: '#307352'

red 48 ◦ green 115 ◦ blue 82

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

Shades of Amazon #307352

Tints of Amazon #307352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.47%

R = 19.59%
G = 46.94%
B = 33.47%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#307352 (or 0x307352) is known color: Amazon. HEX triplet: 30, 73 and 52. RGB value is (48,115,82). Sum of RGB (Red+Green+Blue) = 48+115+82=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #307352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307352 is #CF8CAD. Grayscale: #5B5B5B. Windows color (decimal): -13601966 or 5403440. OLE color: 5403440.

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

Color convert

RGB 48 115 82 -
CMYK 0.58 0 0.29 0.55
HSL 150.45º 0.41% 0.32% -
HSV(B) 150.45º 0.58% 0.45% -
XYZ 8.87 13.5 10.12 -
YUV 91.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 48 115 82 0.58 0 0.29 0.55 150.45 0.41 0.32
Hex 30 73 52 3A 0 1D 37 96 29 20
Octal 60 163 122 72 0 35 67 226 51 40
Binary 110000 1110011 1010010 111010 0 11101 110111 10010110 101001 100000

Color Harmonies of #307352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307352

Black with #307352

Text Example


Text Example

White with #307352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307352; }

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

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

background-color css

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

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

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

border-color css

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

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

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