Html Css Color HEX #307446 Amazon

📋 copy color: '#307446'

red 48 ◦ green 116 ◦ blue 70

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

Shades of Amazon #307446

Tints of Amazon #307446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.91%

R = 20.51%
G = 49.57%
B = 29.91%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#307446 (or 0x307446) is known color: Amazon. HEX triplet: 30, 74 and 46. RGB value is (48,116,70). Sum of RGB (Red+Green+Blue) = 48+116+70=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #307446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307446 is #CF8BB9. Grayscale: #5A5A5A. Windows color (decimal): -13601722 or 4617264. OLE color: 4617264.

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

Color convert

RGB 48 116 70 -
CMYK 0.59 0 0.40 0.55
HSL 139.41º 0.41% 0.32% -
HSV(B) 139.41º 0.59% 0.45% -
XYZ 8.57 13.56 7.96 -
YUV 90.42 116.47 97.74 -
System Red Green Blue C M Y K H S L
Decimal 48 116 70 0.59 0 0.40 0.55 139.41 0.41 0.32
Hex 30 74 46 3B 0 28 37 8B 29 20
Octal 60 164 106 73 0 50 67 213 51 40
Binary 110000 1110100 1000110 111011 0 101000 110111 10001011 101001 100000

Color Harmonies of #307446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307446

Black with #307446

Text Example


Text Example

White with #307446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307446; }

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

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

background-color css

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

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

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

border-color css

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

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

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