Html Css Color HEX #307453 Amazon

📋 copy color: '#307453'

red 48 ◦ green 116 ◦ blue 83

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

Shades of Amazon #307453

Tints of Amazon #307453

RGB

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

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

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

R = 19.43%
G = 46.96%
B = 33.6%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#307453 (or 0x307453) is known color: Amazon. HEX triplet: 30, 74 and 53. RGB value is (48,116,83). Sum of RGB (Red+Green+Blue) = 48+116+83=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 116 - color contains mainly: green. Hex color #307453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307453 is #CF8BAC. Grayscale: #5B5B5B. Windows color (decimal): -13601709 or 5469232. OLE color: 5469232.

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

Color convert

RGB 48 116 83 -
CMYK 0.59 0 0.28 0.55
HSL 150.88º 0.41% 0.32% -
HSV(B) 150.88º 0.59% 0.45% -
XYZ 9.03 13.74 10.36 -
YUV 91.91 122.97 96.68 -
System Red Green Blue C M Y K H S L
Decimal 48 116 83 0.59 0 0.28 0.55 150.88 0.41 0.32
Hex 30 74 53 3B 0 1C 37 97 29 20
Octal 60 164 123 73 0 34 67 227 51 40
Binary 110000 1110100 1010011 111011 0 11100 110111 10010111 101001 100000

Color Harmonies of #307453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307453

Black with #307453

Text Example


Text Example

White with #307453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307453; }

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

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

background-color css

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

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

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

border-color css

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

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

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