Html Css Color HEX #307553 Amazon

📋 copy color: '#307553'

red 48 ◦ green 117 ◦ blue 83

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

Shades of Amazon #307553

Tints of Amazon #307553

RGB

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

 GREEN value IS 117 (46.09% from 255) = 47.18%

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 19.35%
G = 47.18%
B = 33.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#307553 (or 0x307553) is known color: Amazon. HEX triplet: 30, 75 and 53. RGB value is (48,117,83). Sum of RGB (Red+Green+Blue) = 48+117+83=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #307553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307553 is #CF8AAC. Grayscale: #5C5C5C. Windows color (decimal): -13601453 or 5469488. OLE color: 5469488.

HSL color Cylindrical-coordinate representation of color #307553: hue angle of 150.43º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #307553 is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 83 -
CMYK 0.59 0 0.29 0.54
HSL 150.43º 0.42% 0.32% -
HSV(B) 150.43º 0.59% 0.46% -
XYZ 9.14 13.98 10.4 -
YUV 92.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 48 117 83 0.59 0 0.29 0.54 150.43 0.42 0.32
Hex 30 75 53 3B 0 1D 36 96 2A 20
Octal 60 165 123 73 0 35 66 226 52 40
Binary 110000 1110101 1010011 111011 0 11101 110110 10010110 101010 100000

Color Harmonies of #307553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307553

Black with #307553

Text Example


Text Example

White with #307553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307553; }

 p { color: rgb(48,117,83); }

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

background-color css

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

 a { background-color: rgb(48,117,83); }

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

border-color css

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

 span { border-color: rgb(48,117,83); }

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